Post: https://www.bluegrass.dev/talks/from-aws-elastic-beanstalk-to-eks
First, putting in place some helpful information used in the various AWS CloudFormation Stacks / CLI calls made.
touch account.env
echo AWS_ACCOUNT_ID=YOUR_AWS_ACCOUNT_ID >> account.env
echo EMAIL_ADDRESS=YOUR_EMAIL_ADDRESS >> account.env
Then, to ensure we have all the system requirements and the project setup!
# checks to ensure you have everything required
make preflight
# Then, resolve any errors based on the outputs then re-run until no errors remain
# If no errors, proceed
make bootstrap
make deploy-infra-beanstalk
make deploy-infra-ecs
make deploy-infra-eks
make deploy-infra-eks-extra
make cleanup
- https://github.com/aws-samples/eb-java-scorekeep
- A sample application to take throught this theorhetical exercise
- https://github.com/TysonWorks/cdk-examples
- ECS Cluster example
- EKS Cluster example
- https://github.com/aws-samples/eks-workshop