0% found this document useful (0 votes)
2 views

Lecture 1c

The document outlines the AWS DevOps Professional course, covering various AWS services and concepts such as EC2, IAM, S3, and CloudFormation, along with practical labs and assignments. It includes information on AWS regions, availability zones, and user accounts, emphasizing the importance of selecting the appropriate region based on proximity, compliance, service availability, and cost. Additionally, it introduces key AWS services like ElastiCache and RDS, highlighting their functionalities and use cases.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Lecture 1c

The document outlines the AWS DevOps Professional course, covering various AWS services and concepts such as EC2, IAM, S3, and CloudFormation, along with practical labs and assignments. It includes information on AWS regions, availability zones, and user accounts, emphasizing the importance of selecting the appropriate region based on proximity, compliance, service availability, and cost. Additionally, it introduces key AWS services like ElastiCache and RDS, highlighting their functionalities and use cases.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 41

Course Introduction

AWS DevOps Professional


AWS Regions and Availabilty Zones
Theory
Theory
Major Services CP Theory
VPC Theory/Lab
Trusted Advisior Theory/Lab
AWS Cloud Trail Theory/Lab
IAM Theory/Lab
S3 Theory/Lab
AWS Cloud Front Theory/Lab
AWS Cloud Watch Theory/Lab
AWS EC2 Theory/Lab
Elastic Load Balancer & AutoScaling Theory/Lab
AWS Route 53 Theory/Lab
AWS Simple Queue Service Theory/Lab
AWS Simple Notification Service Theory/Lab
AWS lambda Theory/Lab
AWS RDS Theory/Lab
AWS CloudFormation Theory/Lab
AWS CodeDeploy and AWS CICD pipelines Theory/Lab
AWS Elastic Beanstalk Theory/Lab
Amazon EC2 Container Registry Theory/Lab
Other Topics and Assignment
Blue Green Deployment Theory/ Assignment
Immutable Deployment Theory/ Assignment
Server less Computing Theory/ Assignment
CO-CREATION | COLLABORATION | COORDINATION
Amazon Web Services Exam

AWS Cloud Computing White Papers:


Overview Of Amazon Web service
Overview of Security Process
AWS Risk and Compliance Whitepaper
Storage Options in the Cloud
Architecting for the AWS Cloud: Best Practices
Well Architected Framework
Final Exam

www.tpsworldwide.com
CO-CREATION | COLLABORATION | COORDINATION
Amazon Web Services

AWS offers a broad set of global cloud-based products including compute,


storage, database, analytics, networking, machine learning and AI, mobile,
developer tools, IoT, security, enterprise applications, and much more

/company/tpsworldwide /tpsworldwide /tpsworldwide www.tpsworldwide.com


CO-CREATION | COLLABORATION | COORDINATION
AWS User Accounts

There are two types of users:

Root User
• Account owner
• Created when the AWS account is created
• Allow full access to all resources in the account
• Only the root user can close your account

AWS Identity and Access Management (IAM) user


• Created by the root user or an IAM administrator for the account
• Securely control access to AWS services and resources

/company/tpsworldwide /tpsworldwide /tpsworldwide www.tpsworldwide.com


CO-CREATION | COLLABORATION | COORDINATION
AWS Connectivity

/company/tpsworldwide /tpsworldwide /tpsworldwide www.tpsworldwide.com


CO-CREATION | COLLABORATION | COORDINATION
Regions and Zones

Amazon EC2 is hosted in multiple locations world-wide. These locations are composed of Regions,
Availability Zones, Local Zones, AWS Outposts, and Wavelength Zones. Each Region is a separate
geographic area.

www.tpsworldwide.com
Availability Zones:
• Every region consists of two or more cluster of datacenters
called “Availability Zones”
• Every Availability Zone has a corresponding code which
consists of region code followed by alphabets
 US West (Oregon) four availability zones:
 Region code: us-west-2

 Availability zone 1: us-west-2a

 Availability zone 1: us-west-2b

 Availability zone 1: us-west-2c

 Availability zone 1: us-west-2d

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html
Amazon ECS supports workloads that take advantage of Local Zones, Wavelength Zones and AWS
Outposts when low latency or local data processing requirements are needed.

• Local Zones are an extension of an AWS Region that provide you the ability to place resources in
multiple locations closer to your end users.

• Wavelength Zones allow developers to build applications that deliver ultra-low latencies to 5G devices
and end users. Wavelength deploys standard AWS compute and storage services to the edge of
telecommunication carriers' 5G networks.

• AWS Outposts brings native AWS services, infrastructure, and operating models to virtually any data
center, co-location space, or on-premises facility.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html
CO-CREATION | COLLABORATION | COORDINATION
Selecting AWS Region

Proximity to Customers
Select the region where most of your end users are located. It ensures
1 the best user experience. For example, if most of your end users are
located in South America, in this case, selecting the Sao Paulo region will
be better than the Singapore region.

Compliance
You may have data compliance requirements where your data needs to
2 reside in a certain country or replicated to a specific country for disaster
recovery.

Service availability
While most of the popular AWS services are available in all regions, not
3 all AWS services are available in all regions. In deciding on a region,
consider your current and future business needs.

Cost

4 Price across regions varies due to different regulations in each country,


capital, and operational expenses such as the cost of electricity

/company/tpsworldwide /tpsworldwide /tpsworldwide www.tpsworldwide.com


CO-CREATION | COLLABORATION | COORDINATION
AWS Services

/company/tpsworldwide /tpsworldwide /tpsworldwide www.tpsworldwide.com


CO-CREATION | COLLABORATION | COORDINATION
Introduction to Amazon EC2

Amazon EC2:
“Amazon EC2 stand for (Elastic Computing Cloud). AWS EC2 is a backbone of AWS. AWS EC2 offers scalable
computing capacity that allows business subscribers to run application and programs in the Cloud environment.”

• Elastic Web-Scale Computing • Integrated

• Completely Control • Reliable

• Flexible Cloud Hosting Services • Secure

/company/tpsworldwide /tpsworldwide /tpsworldwide www.tpsworldwide.com


CO-CREATION | COLLABORATION | COORDINATION
Amazon Machine Image (AMI)

AMIs:
• An Amazon Machine Image (AMI) is a template that contains a software configuration (for example, an
operating system, an application server, and applications)
• AMI is used to launch an instance, which is a copy of the AMI running as a virtual server in the cloud.
• Multiple instances of an AMI can be launched, as shown in the following figure.

/company/tpsworldwide /tpsworldwide /tpsworldwide www.tpsworldwide.com


CO-CREATION | COLLABORATION | COORDINATION
Introduction to Amazon ElastiCache

ElastiCache:
Amazon ElastiCache makes it easy to deploy and manage a highly available and scalable in-memory data store in
the cloud. Among the open source in-memory engines available to you for use with ElastiCache is Redis, which
added powerful geospatial capabilities.

/company/tpsworldwide /tpsworldwide /tpsworldwide www.tpsworldwide.com


CO-CREATION | COLLABORATION | COORDINATION
Amazon RDS

• A web service that makes it easier to set up, operate, and scale a relational database in the AWS Cloud
• Provides cost-efficient, resizable capacity for an industry-standard relational database and manages
common database administration tasks.
• RDS manages backups, software patching, automatic failure detection, and recovery.
• To deliver a managed service experience, Amazon RDS doesn't provide shell access to DB instances.
• It also restricts access to certain system procedures and tables that require advanced privileges.
• You can have automated backups performed when you need them, or manually create your own backup
snapshot.

/company/tpsworldwide /tpsworldwide /tpsworldwide www.tpsworldwide.com


CO-CREATION | COLLABORATION | COORDINATION
Amazon S3

• Amazon S3 (Simple Storage Service) is object storage built to store and retrieve any amount of data from anywhere
on the Internet.
• S3 is a scalable, high-speed, web-based cloud storage service.
• An object consists of data, key (assigned name), and metadata.
• A bucket is used to store objects. When data is added to a bucket, Amazon S3 creates a unique version ID and
allocates it to the object.

You might also like