programmers vocabulary
Saturday, April 25, 2020
AWS Auto Scaling
AWS Auto Scaling
Before getting start , lets revisit the following topics .
s
EC2
Create an Elastic Cloud Compute instance . This is like linux server where you are going to deploy your application code . For Example , if you want to host a Web Application which runs on Node.js , you need to install Node.js and run you Web Application .
a
VPC
Create an Amazon Machine Image of an EC2 instance .
a
AMI
Create an Amazon Machine Image of an EC2 instance .
a
s
Load Balancer
Application Load Balancer : used for Http and Https
Network Load Balancer : used for TCP,UDP and TLS .
a
s
Auto Scaling Group
a
a
s
Scaling Policy
a
a
s
CloudWatch
a
s
CloudWatch Alarms
a
a
S3
Simple storage service . Static files of the application can be placed in S3 to reduce the load on the application .
a
CloudFront
Simple storage service . Static files of the application can be placed in S3 to reduce the load on the application .
a
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
ec2-user@ec2 Permission denied
can't bind to 'formcontrol' since it isn't a known property of 'input'
Hi Guys , In this blog I will share information related to error : can't bind to 'formcontrol' since it isn't a known pr...
Target container is not a DOM element.
Hi Guys , This blog is about the error " Target container is not a DOM element. " The full error in the console log is ...
ReferenceError: MongoClient is not defined
Hi Guys , In this blog I will share information related to error : ReferenceError: MongoClient is not defined . This error is related...
No comments:
Post a Comment