Edureka Training - Cloud Architect Course - Masters Program
Edureka Training - Cloud Architect Course - Masters Program
edureka!
Discover Learning
About Edureka
Edureka is a leading e-learning platform providing live instructor-led interactive online training.
We cater to professionals and students across the globe in categories like Big Data & Hadoop,
Data Science, Machine Learning, Business Analytics, NoSQL Databases, Java & Mobile
Technologies, System Engineering, Project Management and Programming.
We have an easy and affordable learning solution that is accessible to millions of learners. With
our students spread across countries like the US, India, UK, Canada, Singapore, Australia,
Middle East, Brazil and many others, we have built a community of over 1 million learners
across the globe.
Index
*Depending on industry requirements, Edureka may make changes to the course curriculum
edureka!
Python Scripting
Module Curriculum
Course Outline
Learning Objective:
Topics:
• Overview of Python
• The Companies using Python
• Other applications in which Python is used
• Discuss Python Scripts on UNIX/Windows
• Variables
• Operands and Expressions
• Conditional Statements
• Loops
• Command Line Arguments
• Writing to the screen
Hands-On:
Learning Objective:
Learn different types of sequence structures, related operations, and their usage. Also learn diverse
ways of opening, reading, and writing to files.
Topics:
Hands-On:
Topics:
• Functions
• Function Parameters
• Global variables
• Variable scope and Returning Values
• Lambda Functions
• Object Oriented Concepts
• Standard Libraries
• Modules Used in Python (OS, Sys, Date and Time etc.)
• The Import statements
• Module search path
• Package installation ways
• Errors and Exception Handling
• Handling multiple exceptions
Hands-On:
Learning Objective:
This Module helps you get familiar with basics of statistics, different types of measures and probability
distributions, and the supporting libraries in Python that assist in these operations.
Topics:
• NumPy - arrays
• Operations on arrays
• Indexing slicing and iterating
• Reading and writing arrays on files
• Pandas - data structures & index operations
• Reading and Writing data from Excel/CSV formats into Pandas
Hands-On:
• NumPy library- Installation, Creating NumPy array, operations performed on NumPy array
• Pandas library- Installation, creating series and dataframes, Importing and exporting data
Learning Objective:
Topics:
• Matplotlib library
• Grids, axes, plots
• Markers, colours, fonts, and styling
• Types of plots - bar graphs, pie charts, histograms
• Contour plots
Hands-On:
Matplotlib - Installation, Using Scatterplot, histogram,bar graph, pie chart to show information, Styling of
Plot
edureka!
Course Curriculum
Learning Objective:
After completing this course, students should be able to discuss about various companies
implementing Cloud Computing, learn the basics of Cloud Computing, understand the various
Cloud Deployment Model, discuss various Cloud Services Model and learn theoretical concepts
of Cloud Virtualization.
Topics:
• What is Cloud Computing?
• Why Cloud Computing?
• Characteristics of Cloud Computing
• Cloud Computing – Technologies
• Cloud Deployment Model
• Cloud Service Model
• Cloud Services – Users
• Cloud Virtualization
• Cloud – UseCase
edureka!
Course Curriculum
Course Outline
Objective:
Topics:
• Classic Data Center
• Virtualization
• Cloud and Cloud Computing
• Cloud Computing Service Models
• Cloud Computing Deployment Models
• Service Comparison: AWS, Azure, and GCP
• Amazon Web Services (AWS) and its Benefits
• AWS Global Infrastructure
• AWS Regions and Replication of data between the Regions
• Availability Zones and High Availability
• AWS Edge Location
• Different Amazon Web Services
• Ways to access AWS: CLI, Console, and SDKs
Hands-On:
• Sign-up for AWS free-tier account
• Explore Console and Configure CLI
Objective:
Topics:
• User management through Identity Access Management (IAM)
• Various access policies across AWS Services
Hands-On:
• Create new users who can login to AWS console
• Create role for an application to access S3
• Create policies for new user to have either admin or limited privileges
• Configuring Strong and Secure Authentication Access Mechanism using Amazon Cognito
• Configure WAF to Protect Website from Attacks
• Monitoring Malicious Activity or Unauthorized Behaviour via GuardDuty
Learning Objective:
In this module, you will learn about the different Object Storage Services offered by AWS, identify
when to use a specific service, how to store/transfer data using these services and optimize the
storage cost.
Objective:
Topics:
• Traditional Storage
• Need to Move to Cloud Storage
• Traditional vs. Cloud Storage Cost
• Cloud Storage
• Different Storage Options Available on AWS
• Simple Storage Service (S3) and Its Components
Hands-On:
Goal:
EC2 (Elastic Compute Cloud) is the backbone of AWS. In this module, you will learn about the
concepts associated with an EC2 instance and its usage. This module covers different AMIs, a
demo on launching an EC2 instance, ways to connect with an instance, and how to host a website
on EC2 instance.
Objective:
• Understand Virtualization
• Work with EC2
• Understand Amazon Machine Image (AMI)
• Describe Security Groups, Key-pairs and Tenancy
• Differentiate between elastic IP and public IP
• Analyze various EC2 box configurations available
• Categorize different storage options associated with EC2 instance
Topics:
• Virtualization
• Amazon Elastic Compute Cloud (EC2) and Its Benefits
• Amazon Machine Image (AMI)
Hands-On:
• Host your website inside EC2
• Create an AMI
• Create an Elastic IP
• Attaching an EBS volume externally
• To create a snapshot
• Mount EFS volumes
• Mount FSx into windows servers and share same file
Goal:
In this module, you will learn the concepts of Load Balancing, Auto-Scaling, and Route 53 to
manage traffic.
Objective:
• Instrument various Load Balancers
• Setup Auto-Scaling
• Specify components and policies of Auto-Scaling
• Hosting Domains using Route 53
Topics:
Hands-On:
Goal:
In this module, you will learn about the different database services offered by AWS to handle
structured and unstructured data. This module also gives you knowledge on how to analyze
your data.
Objective:
• Classify different AWS database services
• Understand the working of RDS
• Describe Aurora
• Perform CRUD operations on DynamoDB
• Implement ElastiCache
• Understand Amazon RedShift
• Work with Kinesis
Topics:
Hands-On:
• Storing an application data in MySQL DB using Relational Database Service (RDS)
• Creating Tables, loading sample data and running queries
• Cache the static and frequently accessed application data in the memory using Amazon ElastiCache
• Moving an Airline data From S3 to AWS Redshift and Query the data via Redshift Editor
• Design Solution using Amazon Kinesis Data Steam, Kinesis Firehose, Kinesis Analytics
Goal:
This module introduces you to the Amazon Virtual Private Cloud. You will learn to implement
networking using public and private subnets with VPC. Also, this module demonstrates how to
monitor your resources.
Objective:
Topics:
Hands-On:
• Create a Non-default VPC and attach it to an EC2 instance
• Accessing Internet inside Private Subnet using NAT Gateway
• Connect two instances in different VPC’s using VPC peering
• Monitoring Application Metrics Using CloudWatch Dashboard
• Auditing Amazon Cloud Services via AWS CloudTrail
• Explore Trusted Advisor
• Accessing Application within two VPCs (Different Accounts) connected via Private link
Goal:
In this module, you will learn about different Application services offered by AWS, that are used
for sending e-mails, notifications, and processing message queues. This module also deals with
the latest trend of Serverless architecture using AWS Lambda.
Objective:
• Implement SES
• Demonstrate the working of SNS
• Work with SQS
• Understand SWF
• AWS Lambda: Working
Topics:
Hands-On:
• Send an Email(SES) on addition of user data(Lambda) in the DynamoDB Table.
• Monitor status of EC2 instance using combination of EventBridge and SNS.
• Manage tightly coupled architecture using Amazon SQS.
• Create workflows using AWS Step Functions to coordinate application logic across distributed
systems.
Goal:
This module helps you gain knowledge on various AWS services and tools used for configuration
management and Automation.
Objective:
• Implement CloudFormation
• Work with AWS OpsWorks services
• Understand AWS OpsWorks for Chef Automate, Stack and Puppet Enterprises
• Demonstrate Beanstalk
• Differentiate between CloudFormation, OpsWorks and Beanstalk
Topics:
• Infrastructure as Code
• CloudFormation and its components
• Templates in CloudFormation
• Stack in CloudFormation
• Resource deletion policies in CloudFormation
• Introduction to AWS OpsWorks
• AWS OpsWorks services
• Components of AWS OpsWorks Stack
• OpsWorks Lifecycle Events and Deployment Commands
• OpsWorks for Chef Automate
• AWS OpsWorks for Puppet Enterprise
• Auto Healing
• Elastic Beanstalk
• Components of Elastic Beanstalk
Goal:
This module helps you to understand how to Migrate Applications and resources to AWS Cloud
environment using AWS Migrating Strategies, AWS Database Migration service, and AWS Server
migration service.
Objective:
Topics:
• Why Cloud Migration
• What is Cloud Migration
• Migration Phases
• CAF Perspectives and their Roles
• AWS Migration Hub and ways to use AWS Migration Hub
• Roles and Permissions for AWS Migration Hub
• AWS Migration Hub use cases
• AWS Application Discovery Service
• Application Discovery Tools
• Application Migration to AWS
Hands-On
• Gather Details of Migrating Resource via Application Discovery Service and track the migration via
AWS Migration Hub.
• Migrating 3-tier Application to AWS Cloud
• Homogenous Database Migration
• Heterogeneous Database Migration
Learning Objective:
This module gives you an idea of the importance of AWS guidelines for Well Architected
Framework. You will also learn about the Resilient and Performant architecture designs.
Objective:
Topics:
• AWS Well-Architected Framework
• How to Build Well Architected Framework
Hands-On
Goal:
Adding to Module 10, this module covers the remaining three concepts behind AWS Well-
Architected Framework – Securing Applications and Architectures and Designing Cost-
Optimized Architectures, Defining Operationally Excellent Architectures.
Objective:
• Secure Applications and Architectures
• Design Cost-Optimized Architectures
• Refer and Understand the White Papers
Topics:
Goal:
This module mainly contains exam questionnaires that will be discussed along with the guidance
on taking up AWS Solution Architect Certification Exam.
Objective:
• Understand the process of getting Certified as AWS Solution Architect
• Apply for Certification exam
• Take up AWS Architect Certification Exam after prior preparation
Topics:
Goal:
In this module, you will learn how to implement DevOps tools on AWS.
Objective:
Topics:
• Different software release methodologies
• DevOps Lifecycle and its Building Blocks
• DevOps and cloud relation
• Different AWS Developer tools
• AWS CodeCommit
• Versioning in S3 vs. CodeCommit
• Working of AWS CodeCommit
• AWS CodePipeline and its working
• Concepts of CodePipeline
• Input and Output Artifacts
• AWS CodeBuild and its working
• AWS CodeDeploy
• Primary Components
• Deployment Workflow: On Lambda Platform and On EC2 Platform
• Application Specification File
• Deployment Types: In-Place Deployment and Blue/Green Deployment
• AWS CodeStar and its working
Hands-On:
edureka!
Discover Learning
Edureka's Online Workshop on Migrating application to AWS will help you gain expertise and
experience in managing cloud migration without any downtimes. Migrating Applications to
AWS (Amazon Web Services) Training will help you become proficient in Migrating Strategies,
Migrating Web Applications, Database Migration, Batch Processes, and Backend Processing
Pipeline to AWS Cloud using the best migration practices suggested by AWS.
This Workshop focuses on several USE CASES where you will be exposed to experiment the
migration of Web Applications, Batch Processes, and Backend Processing Pipeline to the AWS
cloud. You will understand the functional capabilities of these on AWS after migration.
These USE CASES are intended to provide some insight into how to migrate to AWS in the real
world. The session will be conducted by Industry practitioners, who will train you to leverage
AWS services to make the AWS infrastructure scalable, reliable, and highly available.
Course Outline
Learning Objective:
In this module, the participants will develop a good overall understanding of AWS Services.
Topics:
• AWS Compute, Storage, networking Services
• AWS EC2 Instance launch Demo
• AWS S3 Demo
• AWS security model and Security Services
• AWS IaaC with Cloud formation
Hands-On:
• Creating an EC2 instance using AWS Management Console
• Creating an Auto-Scaling group using EC2 dashboard
• Configuring a Load Balancer on EC2 instance
• Configuring a Bucket using AWS S3
• Building a non-default VPC
• Using of IAM services to create users and groups
• Creating a Stack using an AWS CloudFormation template
• Setting up your Billing alert
Learning Objective:
In this module, you will learn all the pre-migration practices which are recommended by AWS.
Topics:
• AWS CAF – Cloud Adoption Framework
• 6R Migration Pattern
• AWS Well Architecture Framework
Learning Objective:
In this module, you will learn how to migrate an on-premise Server or VM to cloud.
Topics:
• Application discovery services
• Server Migration services
• Agent based and agentless server migration service
• Migration on Premises Microsoft Hyper VM to AWS AMI
• Migration on Premises VMware VM to AWS AMI
Hands-On:
• Migrating an on premises VM machine to AWS environment
Learning Objective:
In this module, you will learn how you can perform all pre, during & post migration activities by
using AWS portfolio of DB migration services.
Topics:
• DB Migration challenges
• AWS DB Services
• AWS DB Migration services
• AWS Pre during and post migration task
Hands-On:
• Migrating a source DB, which will be from outside the AWS environment to target AWS
RDS Aurora DB in side AWS environment
Learning Objective:
In this module you will learn how to transfer data to AWS in large scale.
Topics:
• Storage Gateway
• Kinesis Firehose
• Snowball, Snowball edge and Snowball Mobile
• Direct Connect
• S3 Transfer Acceleration
Hands-On:
Learning Objective:
The goal of this module is to provide you both why and how of docker and AWS elastic container
service (ECS) can be used to migrate monolithic application to AWS Cloud.
Topics:
Hands-On:
edureka!
Course Curriculum
Edureka's DevOps Training Program will provide you with in-depth knowledge of various
DevOps tools including Git, Jenkins, Docker, Ansible, Terraform, Kubernetes, Prometheus, and
Grafana. This DevOps Certification training is completely hands-on and designed in a way to
help you become a certified practitioner through best practices in Continuous Development,
Configuration Management and Continuous Integration, and finally, Continuous Monitoring of
software throughout its development life cycle.
Course Outline
Objectives:
After completing this module, you should be able to:
• Understand the benefits of DevOps over other software development processes
• Gain insights into the DevOps environment
• Get an overview of different DevOps Tools
• Get a picture of the working of the DevOps Delivery Pipeline
Topics:
• Introduction to DevOps
• Benefits of working in a DevOps environment
• DevOps Lifecycle
• DevOps Stages
• DevOps Delivery Pipeline
Goal: In this module, you will gain insights into Source Control Management and learn the functionalities of Git.
Objectives:
After completing this module, you should be able to:
• Understand Version Control
• Perform management of files for small as well as large projects
• Perform various Git commands such as git add, git fetch, git commit, git init, etc.
• Work with remote repositories
Topics:
• Version Control
• Git Introduction
• Git Installation
• Commonly used commands in Git
• Working with Remote repository
Hands-on:
• Git Common Commands
• Working with Remote Repository
Goal: In this module, you will learn about the different actions performed through Git and will be introduced to
Jenkins and Maven.
Objectives:
After completing this module, you should be able to:
• Execute branching and merging operations
• Perform various Git commands
• Understand Maven Architecture and dependencies
• Learn about Continuous Integration & its importance
• Understand Jenkins and its features
Topics:
Hands-on:
• Branching and Merging
• Merge Conflicts
• Stashing, Rebasing, Reverting, and Reseting
• Configuring Maven
Goal: In this module, learn how to perform Continuous Integration by building applications with the help of Maven
and create deployment pipelines using Jenkins.
Objectives:
After completing this module, you should be able to:
• Managing authorization in Jenkins
• Jenkins notification management
• Master-slave architecture in Jenkins
• Add a slave node to Jenkins master
• Build and deploy codes using Jenkins
• Build pipeline plugin in Jenkins
• Use Declarative pipeline in Jenkins
Topics:
• Jenkins Architecture
• Plugin Management in Jenkins
• Jenkins Security Management
• Notification in Jenkins
• Jenkins Master-slave architecture
• Jenkins Delivery Pipeline
• Jenkins Declarative pipeline
Hands-on:
• Create pipeline view using DevCompile and QAUnitTest
• Adding Slave node in Jenkins
• Build Pipeline project using Groovy script
Goal: Learn how to manage and configure your infrastructure using Ansible Ad-Hoc commands, Playbooks, and
Roles.
Objectives:
After completing this module, you should be able to:
• Utilize Ansible CLI
• Execute Ansible Ad-Hoc Commands for one-off tasks
• Automate host servers using Ansible Playbooks
• Use Variables in Playbooks
• Using Handlers
Topics:
• Introduction to Configuration Management
• Infrastucture as Code
• Introduction to Ansible
• Ansible Architecture
• Inventory Management
• Ansible Modules
• AD-HOC Commands
• Ansible Playbooks
• Ansible Roles
Hands-On:
• Ad-Hoc Commands
• Running a Simple Playbook
• Using Variables and handlers
• Using Ansible Roles
Goal: This module introduces learners to the core concepts and technology behind Docker. Learn in detail about
containers and various operations performed on them.
Objectives:
After completing this module, you should be able to:
• Understand Containerization
• Learn the evolution of virtualization to containers
Topics:
• Containerization
• Namsepaces
• Docker
• Docker Architecture
• Container Lifecycle
• Docker CLI
• Port Binding
• Detached and Foreground Mode
• Dockerfile
• Dockerfile Instructions
• Docker Image
Hands-on:
Objectives:
Topics:
• Docker Registry
• Container Storage
• Volumes
• Docker Compose
• Docker Swarm
Hands-on:
• Setting up Docker Hub
• Docker Volumes
• Installing Docker Compose
• Installing a Multi-Container Application using Compose
• Running Docker in Swarm Mode
Goal: In this module, you will learn about Container Orchestration and Basic of container management
using Kubernetes.
Objectives:
Topics:
• Introduction to Container Orchestration
• Kubernetes Core Concepts
• Understanding Pods
• ReplicaSet and Replication Controller
• Deployments
• DaemonSets
• Rolling Updates and Rollbacks
• Scaling Application
Hands-on:
• Kubectl Common Commands
• Deployments
• DaemonSets
• Rolling-update and Rollbacks
• Scaling in Kubernetes
Goal: Learn and deploy different service discovery mechanisms, utilize Volumes for persistent storage and deploy
StatefulSets for stateful applications.
Objectives:
Topics:
• Services
• Persistent Storage in Kubernetes
• Primitives for PersistentVolumeClaims
• Secrets and ConfigMaps
• Headless Services
• StatefulSets
• Helm Charts
Hands-on:
• Deploying Services
• Persistent Volumes and Persistent Volume Claims
• StatefulSets
• ConfigMaps and Secrets
• Helm Charts
Goal: In this module, you will learn how to collect, monitor, and visualize data using Prometheus and Grafana.
Objectives:
After completing this module, you should be able to:
Topics:
• Introduction to Prometheus and Grafana
• Prometheus and Grafana Setup
• Monitoring using Prometheus
• Dashboard Visualization using Grafana
• Creating a Dashboard to monitor the Pipeline
Hands-on:
• Monitoring Service using Prometheus
• Alerting using Prometheus
• Grafana Dashboards
• Monitoring a Pipeline
Goal: Learn how to provision and manage infrastructure on a Cloud Platform (AWS) using Terraform Configuration
Files.
Objectives:
After completing this module, you should be able to:
• Understand Provisioning using Terraform
• Learn the Difference between Terraform vs Ansible
• Understand Terraform Architecture
• Deploy a Terraform Configuration File
• Use Basic Terraform Commands
www.edureka.co © Brain4ce Education Solutions Pvt.
edureka!
• Manage Terraform Resources
Topics:
• Introduction to Terraform
• Terraform vs Ansible
• Terraform Architecture
• Terraform Configuration
• Terraform Common Commands
• Managing Terraform Resources
Hands-on:
• Setting Up AWS and Terraform
• Executing a Terraform Configuration
• Managing Terraform Resources
• Referencing Terraform Resources
Goal: Use Terraform State commands to manage the current state of your infrastructure. Deploy a fully usable and
working infrastructure using Terraform.
Objectives:
After completing this module, you should be able to:
• Perform Terraform State Commands
• Deploy a Terraform Project on AWS
Topics:
• Terraform State
• Terraform Project
Hands-on:
• Terraform State Commands
• Terraform Project
Goal: Use In this module, you will learn about selenium and how to automate your test cases for testing web elements.
You will also get introduced to X-Path, TestNG and integrate Selenium with Jenkins.
Objectives:
After completing this module, you should be able to:
• Learn and install Selenium
• Create Test Cases in Selenium WebDriver
• Utilize X-Path and TestNG to locate elements
• Execute code on several browsers using Selenium suite of tools
• Integrate Selenium with Jenkins
Topics:
• Introduction to Selenium
• Why Selenium?
• Selenium – Webdriver
• Creating Test Cases in Selenium WebDriver (Waits)
• What and why X-Path
• Handling different controls on Webpage
• Framework in Selenium
• Selenium Integration with Jenkins
• Implementation of Selenium in the Edureka’s Project
Hands-on:
• Installing Selenium
• Creating Test Cases in Selenium WebDriver
• Integrating Selenium with Jenkins
Goal: Learn how to continuously monitor your tasks using various plugins and implementing Nagios Commands
Objectives:
After completing this module, you should be able to:
• Operate Continuous Monitoring tools
• Use various plugins and objects associated with Nagios
• Implement Nagios commands
Topics:
• Introduction to Continuous Monitoring
• Introduction to Nagios
• Installing Nagios
• Nagios Plugins(NRPE) and Objects
Hands-on:
• Installing Nagios
• Monitoring of different servers using Nagios
Goal: Learn about various cloud services and service providers, also get the brief idea of how to implement DevOps
using AWS.
Objectives:
After completing this module, you should be able to:
• Understand about cloud and its advantages
• Learn about Various cloud computing services
• Get an idea of how to implement DevOps using AWS
Topics:
• Why Cloud?
• Introduction to Cloud Computing
• Why DevOps on Cloud?
• Introduction to AWS
• Various AWS services
• DevOps using AWS
Objectives:
After completing this module, you should be able to:
• Describe AWS Global Infrastructure and its Benefits
• Sign-up an AWS free-tier account
• Work with AWS Management Console and AWS CLI
• Work with IAM Service
• Understand Virtualization
• Work with EC2
• Analyze various EC2 box configurations available
Topics:
Hands-on:
• Signing up for a Free Tier Account with AWS
• Creating New User to Log in to AWS Management Console
• Creating Policies for New User to Have All Admin or Limited Privileges
• Different Approaches to connect to an EC2 instance
• Creating a Custom AMI
• Host your Website Inside your EC2 Instance
• To Attach EFS Volume to an EC2 Instance
• Login to AWS Console via MFA
edureka!
Course Curriculum
Course Outline
• Governance Strategies
Hands-On:
• Creating Policies for a new user to have all Admin Or Limited Privileges
• Login AWS Management Console via MFA
• Trusted Advisor
• Enabling Governance using AWS Config
• Set Alerts and Budget for your AWS Account
Learning Objective:
In this module, you will learn how to automate Software Development Lifecycle using various
AWS development tools.
Topics:
• CodeCommit
• CodeBuild
• CodePipeline
• CodeDeploy
• AWS CodeStar
Hands-On:
• Introduction to CloudFormation
• CloudFormation Template
• Intrinsic Functions & Conditions
• Stack Creation
Learning Objective:
In this module, you will get to know the nitty-gritty of AWS OpsWorks and learn how to create
stacks and manage configuration with AWS OpsWorks.
Topics:
• Introduction to OpsWorks
• Components of OpsWorks
• Cookbooks, Recipes, Data bags and Berkshelf
• OpsWorks Lifecycle Events
• OpsWorks Deployment
• OpsWorks Auto-Healing
• Troubleshooting
Hands-On:
• Introduction to CloudWatch
• CloudWatch Metrics: EC2, ELB, and Auto Scaling metrics
• Custom Metrics
• CloudWatch Alarms
• CloudWatch Agent
• CloudWatch Logs
• Introduction to CloudTrail
• System Manager
• Tagging
• Concepts required to set-up event-driven automated actions - Lambda, SNS, Autoscaling
Hands-On:
Topics:
• EBS
• Elastic IP
• Multi region and multi AZs
• SQS
• Data Management in Amazon RDS
• Dynamo DB
• S3
• Provisioning elasticity using Load Balancer and Auto-Scaling
• Components of Auto Scaling
• Horizontal and vertical scaling
• Auto-Scaling Lifecycle
• Recovery Time Objective and Recovery Point Objective
• Disaster Recovery Options
• Overcome single Point of Failure
Hands-On:
• Working of Load Balancer and Auto-Scaling to support highly available and fault tolerant
system
Learning Objective:
In this module, you will learn about container management tools like Elastic Container Registry
(ECR), Elastic Container Service (ECS) and Fargate.
Topics:
• Memory reservation
• CPU reservation
• ECS agent
• ECS and Load balancing (ALB)
• Service autoscaling
• .ed•urekSae.crovice discovery in ECS
• ECR
• Fargate
Hands-On: