Skip to content

misua/maya-Terraform-AWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Maya

This is a repo of the following Maya Missions:

  • Mission1 folder - all tf infrastructure

fully tested to deploy in aws

my-key-pair.pem included,it has no use to anyone

  • Mission2 folder - Kubernetes resource in 1 unified.yaml file

tested to create all resource in local Kubernetes lab

Build and Tag the Docker image

docker build -t localhost/simple-webapp:latest .
docker tag simple-webapp:latest <aws_account_id>.dkr.ecr.<region>.amazonaws.com/simple-webapp:latest

Push the Docker image to ECR

docker push <aws_account_id>.dkr.ecr.<region>.amazonaws.com/simple-webapp:latest

TODO:

  • load balancer still lacking permissions to write to created s3 bucket for storing load balancer access logs.( trying to find out why)
  • Under Mission_1 the lambda_cloudflare_event folder is supposed to be triggering the scale in/out of the the ec2 spot fleet & rds, but i have not tested them.

Authors

Badges

MIT License GPLv3 License AGPL License

Terraform Static Badge

About

maya

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published