Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.9 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.9 KB

learn-fargate

Labs helping you to learn AWS Fargate within a few hours.

📚 Check out our new book Rapid Docker on AWS

  • Written for DevOps engineers and web developers who want to run dockerized web applications on AWS.
  • Prior knowledge of Docker and AWS is not required.
  • Continuous Deployment of your Web Application and Infrastructure as Code.

Are you looking for an instructor-led workshop based on these labs? Say hello@widdix.net.

Raise the VPCs per region limit if you run this lab with a larger group of people!

Labs

Setup your personal lab environment

Clone or download this repository on your local machine.

Open the AWS Management Console of an empty AWS account.

Create your own VPC stack. Replace $user with your name (e.g. andreas).

aws cloudformation create-stack --stack-name vpc-$user --template-body file://templates/vpc-2azs.yaml

Wait until the stack reached the status CREATE_COMPLETE.

You are now ready for the first lab.

Clean up

Use the following commands to delete your stacks. Replace $user with your name (e.g. andreas).

aws cloudformation delete-stack --stack-name ecs-$user

Wait until the stack has been deleted.

aws cloudformation delete-stack --stack-name vpc-$user

More Labs

We offer AWS workshops tailored to your needs. See widdix/learn-* for more labs.