You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(TBD) "Wordpress instance" should be "Wordpress task"
(TBD) Aurora DB in a single AZ? No Multi-AZ?
(TBD) EFS is regional, move it in
(TBD) ECR not in the diagram
(TBD) Add cloudwatch to the diagram
(TBD) Container logs in CW
(TBD) - EFS not encrypted
To be fixed: make kick-n-run did not work. sed failed for AWS_DEFAULT_REGION.
(TBD - minor) Colors failing for make wait-lb .
(TBD) - A record with LB alias not added to ROUTE 53
(TBD) Make targets are tech specific tf-ci-plan --> consider using agnostics (better for semantics)
=== 🔐 Login to ECR docker registry: \e[32m835575113948.dkr.ecr.region=ap-southeast-2.amazonaws.com\e[0m
Error response from daemon: Get https://835575113948.dkr.ecr.region=ap-southeast-2.amazonaws.com/v2/: Service Unavailable
make[1]: *** [ecr-login] Error 1
make: *** [kick-n-run] Error 2
(TBD) two Makefile (pone in the root and other in ./docker) duplicating same variables. Error above needs to be fixed in both places.
Error while deploying ECS service (I needed to comment out ECS service tags)
InvalidParameterException: The new ARN and resource ID format must be enabled to add tags to the service. Opt in to the new format and try again. "devops-wordpress-ecs_service"
Project board & collab
Tidy, tasks updated, PRs linked to issues 👍
Good call outs in the docs about WIP and to be improved.
Diagram versioned as draw.io for collaboration. Really good!
Great work, you did it! 🚀 :)
The text was updated successfully, but these errors were encountered:
Thanks guys for the feedback. I really appreciate it, more changes to improve the code base from that 😁
We will address those fixes.
Just a quick question regards the failing in the sed, was it because your config file doesn't have space between =?
About the error in ECS Service, we had that with new AWS accounts which has this setting disabled by default. I will add the script to enable it in the kick-n-run.
2020-jun-project1-group1
Documentation:
make kick-n-run
did not work.sed
failed forAWS_DEFAULT_REGION
.make wait-lb
.tf-ci-plan
--> consider using agnostics (better for semantics)(TBD) two Makefile (pone in the root and other in
./docker
) duplicating same variables. Error above needs to be fixed in both places.Error while deploying ECS service (I needed to comment out ECS service tags)
Project board & collab
Great work, you did it! 🚀 :)
The text was updated successfully, but these errors were encountered: