client solutions architects
1:
what is Amazon EC2?
EC2
is short for Elastic Compute Cloud and provides scalable computing
capabilities. Using Amazon EC2 eliminates the need to invest in hardware,
leading to faster application development and deployment. You can use Amazon
EC2 to boot as many virtual servers as you need, set up security and
networking, and manage storage. It can increase or decrease to handle changes
in requirements, reducing the need to predict traffic. EC2 provides virtual
computing environments called "instances".
2:
What are some of the security best practices for Amazon EC2?
Security
best practices for Amazon EC2 include using Identity and Access Management
(IAM) to control access to AWS resources; restrict access by allowing only
trusted hosts or networks to access ports on an instance; opening only the
necessary permissions and disabling password-based logins for instances
launched from the AMI.
Comments
Post a Comment