Tutorials References Exercises Videos Menu
Free Website Get Certified Pro

AWS Cloud Tutorial

AWS HOME AWS Intro AWS Cloud Certification AWS Get Started AWS Cloud Computing AWS Cloud Benefits AWS EC2 Intro AWS EC2 Instance Types AWS EC2 Pricing AWS EC2 Scaling AWS EC2 Auto Scaling AWS Elastic Load Balancing AWS Messaging AWS SNS AWS SQS AWS Serverless AWS Lambda AWS Containers AWS ECS AWS EKS AWS Fargate AWS First Recap AWS Infrastructure AWS Regions AWS Availability Zones AWS Edge Locations AWS Provision AWS Provision Services AWS Elastic Beanstalk AWS CloudFormation AWS Second Recap AWS Networking AWS Connectivity AWS Subnet and Access AWS Global Networking AWS Third Recap AWS Storage and DBs AWS Instance Stores AWS EBS AWS S3 AWS EBS vs S3 AWS Elastic File System AWS RDS AWS DynamoDB AWS DynamoDB vs RDS AWS Redshift AWS DMS AWS Additional DB Services AWS Fourth Recap AWS Cloud Security AWS Shared Responsibility AWS User Access AWS Organizations AWS Cloud Compliance AWS DDoS AWS Other Services AWS Fifth Recap AWS Monitoring and Analytics AWS CloudWatch AWS CloudTrail AWS TrustedAdvisor AWS Sixth Recap AWS Pricing and Support AWS Free Tier AWS Pricing Models AWS Billing Dashboard AWS Consolidated Billing AWS Budgets AWS Cost Explorer AWS Support Plans AWS Marketplace AWS Seventh Recap AWS Migration and Innovation AWS Cloud Adoption Framework AWS Migration Strategies AWS Snow Family AWS Innovation AWS Eight Recap AWS Cloud Journey AWS Well-Architected Framework AWS Cloud Benefits AWS Ninth Recap AWS Exam Preparation

AWS Examples

AWS Cloud Exercises AWS Cloud Quiz

Specializations

AWS Fundamentals Java App on AWS Node.js App on AWS Python App on AWS

Guided Projects

Create VM EC2 Wordpress Site EC2 S3 Basics Hosting in AWS S3 NodeJS Website JS Variables and Operators MySQL DB with AWS RDS Web Hosting and Replication Amazon Aurora DB DynamoDB With Python and Boto3 AWS ECR Object Detection With AWS Sagemaker AWS Event Bridge and Lambda

More AWS

AWS Machine Learning AWS Serverless

AWS Cloud Containers


Containers in the AWS Cloud

Containers are popular for deploying and managing applications in the cloud.

Containers let you package code in a single object.

The container isolates the code and removes the dependencies to other components.

It runs in isolation.

Containers are an essential concept in micro service architectures.


Containerized Approach

Having the application in a container makes debugging easier.

It makes it easier because the application is inside of an isolated container.

The container remains consistent regardless of deployment.

one host with two containers

Image created by Amazon Web Services

The picture illustrates one host with containers.



Containers and Scale

It is important to design for scale when using containers.

There could be tens of hosts with hundreds of containers as the environment grows.

One should prepare for how to manage operations at scale.

scaled containers

Image created by Amazon Web Services

This picture illustrates containers in a scaled environment.


Container orchestration services help you deploy, manage, and scale your containerized applications.

In the following chapters, you will learn about two services that provide container orchestration: AWS Elastic Container Service and AWS Elastic Kubernetes Service.


AWS Cloud Exercises

Test Yourself With Exercises

Exercise:

What does containers do?

Containers let you package code in a single 

Start the Exercise


Relevant Specializations and Guided Projects

  1. Deploy Wordpress Site EC2
  2. MySQL DB with AWS RDS
  3. Website Hosting and Replication
  4. Create Amazon Aurora DB
  5. AWS Elastic Container Registry