Aws Edited
Aws Edited
Cloud. EC2 allow users to use virtual machines of different configurations as per their
requirement. It allows various configuration options, mapping of individual server,
various pricing options, etc. We will discuss these in detail in AWS Products section.
Following is the diagrammatic representation of the architecture.
Note − In the above diagram S3 stands for Simple Storage Service. It allows the
users to store and retrieve various types of data using API calls. It doesn’t contain any
computing element. We will discuss this topic in detail in AWS products section.
Load Balancing
Load balancing simply means to hardware or software load over web servers, that
improver's the efficiency of the server as well as the application. Following is the
diagrammatic representation of AWS architecture with load balancing.
AWS provides the Elastic Load Balancing service, it distributes the traffic to EC2
instances across multiple available sources, and dynamic addition and removal of
Amazon EC2 hosts from the load-balancing rotation.
Elastic Load Balancing can dynamically grow and shrink the load-balancing capacity
to adjust to traffic demands and also support sticky sessions to address more
advanced routing needs.
Amazon Cloud-front
• It is responsible for content delivery, i.e. used to deliver website.
• It may contain dynamic, static, and streaming content using a global network
of edge locations.
• Requests for content at the user's end are automatically routed to the nearest
edge location, which improves the performance.
• Amazon Cloud-front is optimized to work with other Amazon Web Services,
like Amazon S3 and Amazon EC2.
• It also works fine with any non-AWS origin server and stores the original files
in a similar manner.
Security Management
• Amazon’s Elastic Compute Cloud (EC2) provides a feature called security
groups, which is similar to an inbound network firewall, in which we have to
specify the protocols, ports, and source IP ranges that are allowed to reach
your EC2 instances.
• Key Considerations for Web Hosting in AWS
Following are some of the key considerations for web hosting –
No security concerns
• AWS provides a more secured model, in which every host is locked down.
• In Amazon EC2, security groups are designed for each type of host in the
architecture, and a large variety of simple and tiered security models can be
created to enable minimum access among hosts within your architecture as
per requirement.
Step 2 − Select the choice from the list of categories and we get their sub-categories such as
Computer and Database category is selected in the following screenshots.
Step 3 − Select the service of your choice and the console of that service will open.