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
-
Mission 3 - Published code in GH (https://github.com/misua/maya)
-
Mission 4 - not completely done and tested as it was tagged as
(optional)
docker build -t localhost/simple-webapp:latest .
docker tag simple-webapp:latest <aws_account_id>.dkr.ecr.<region>.amazonaws.com/simple-webapp:latest
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.
Badges