This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Types Of Issues Do You Face While Connecting To An Ec2 Instance ? |
|
Answer» Some of the possible connection ISSUES with EC2 instance are:
Some of the possible connection issues with EC2 instance are: |
|
| 2. |
What Is A Placement Group In Ec2 ? |
|
Answer» AWS provides an option of creating a Placement Group in EC2 to logically group the instances within as SINGLE Availability Zone. We get the benefits of low NETWORK latency and high network THROUGHPUT by USING a Placement Group. Placement Group is a free option as of now. When we stop an instance, it will run in same Placement Group in restart at a later point of time. The biggest limitation of Placement Group is that we cannot add Instances from multiple availability zones to ONE Placement Group. AWS provides an option of creating a Placement Group in EC2 to logically group the instances within as single Availability Zone. We get the benefits of low network latency and high network throughput by using a Placement Group. Placement Group is a free option as of now. When we stop an instance, it will run in same Placement Group in restart at a later point of time. The biggest limitation of Placement Group is that we cannot add Instances from multiple availability zones to one Placement Group. |
|
| 3. |
What Are The Main Features Of Application Load Balancer (alb) In Amazon Ec2 ? |
|
Answer» Main features of Application Load Balancer (ALB) are as follows:
Main features of Application Load Balancer (ALB) are as follows: |
|
| 4. |
What Are The Main Features Of Classic Load Balancer In Ec2 ? |
|
Answer» Some of the main features of Classic Load Balancer (CLB) in Amazon EC2 are as follows: Health Check: Based on the result of Health Check, Classic Load Balancer can decide to route the traffic. If any instance has unhealthy results, CLB will not route the traffic to that instance. Security: We can create security groups for CLB in Virtual Private Cloud (VPC). With these features, it is easy to implement secure load balancing within a network. High Availability: With CLB, we can distribute traffic among EC2 instances in single or multiple Availability Zones. This helps in providing very high scale of availability for the incoming traffic. Sticky Sessions: CLB also supports sticky session by using cookies. The sticky sessions make sure that the traffic from a USER is ALWAYS routed to the same instance so that user gets seamless experience. IPv6: CLB also support Internet Protocol version 6. Operational Monitoring: We can also perform operational monitoring CLB and collect statistics on request count, latency etc. These METRICS can be monitored in CloudWatch. Some of the main features of Classic Load Balancer (CLB) in Amazon EC2 are as follows: Health Check: Based on the result of Health Check, Classic Load Balancer can decide to route the traffic. If any instance has unhealthy results, CLB will not route the traffic to that instance. Security: We can create security groups for CLB in Virtual Private Cloud (VPC). With these features, it is easy to implement secure load balancing within a network. High Availability: With CLB, we can distribute traffic among EC2 instances in single or multiple Availability Zones. This helps in providing very high scale of availability for the incoming traffic. Sticky Sessions: CLB also supports sticky session by using cookies. The sticky sessions make sure that the traffic from a user is always routed to the same instance so that user gets seamless experience. IPv6: CLB also support Internet Protocol version 6. Operational Monitoring: We can also perform operational monitoring CLB and collect statistics on request count, latency etc. These metrics can be monitored in CloudWatch. |
|
| 5. |
What Is The Difference Between A Spot Instance And A Demand Instance On Ec2 ? |
|
Answer» “On-Demand” instances allow the user to use the compute by hour without requiring long TERM commitment. There are no guarantees that the user will always be able to launch SPECIFIC instance TYPES in an availability zone, though AWS tries it’s best to meet the needs. This service is preferable for POCs and they do not suffer an interruption of the service(by AWS) like Spot instances. “Spot” instances are a bid_for_low_price version of On-Demand instances, but could be SHUT down by AWS anytime the Spot instance price goes HIGHER than bid price. Spot price fluctuates based on the supply and demand of the capacity. It’s essentially the leftover capacity of AWS to be used. There is no difference in the performance compared to On-Demand instances and is usually cheaper than On-demand instances as there is no guarantee provided over the availability. The user can choose a start time and end time for the instances or can make a persistent request(no end time specified) for this service. This service is preferable for computing needs which are not tied to any deadlines, computing needs are large and the interruption of service is acceptable. “On-Demand” instances allow the user to use the compute by hour without requiring long term commitment. There are no guarantees that the user will always be able to launch specific instance types in an availability zone, though AWS tries it’s best to meet the needs. This service is preferable for POCs and they do not suffer an interruption of the service(by AWS) like Spot instances. “Spot” instances are a bid_for_low_price version of On-Demand instances, but could be shut down by AWS anytime the Spot instance price goes higher than bid price. Spot price fluctuates based on the supply and demand of the capacity. It’s essentially the leftover capacity of AWS to be used. There is no difference in the performance compared to On-Demand instances and is usually cheaper than On-demand instances as there is no guarantee provided over the availability. The user can choose a start time and end time for the instances or can make a persistent request(no end time specified) for this service. This service is preferable for computing needs which are not tied to any deadlines, computing needs are large and the interruption of service is acceptable. |
|
| 6. |
What Are Spot Instances In Amazon Ec2 ? |
|
Answer» In AMAZON EC2, we can even bid for getting a COMPUTING instance. Any instance procured by bidding is a Spot Instance. Multiple users bid for an EC2 Instance. Once the bid price EXCEEDS the Spot price, the user with the highest bid gets it. As long as their bid price remains higher than the Spot price, they can KEEP using it. Spot price varies with the SUPPLY and demand. Once Spot price exceeds Bid price, the instance will be taken back from the user. In Amazon EC2, we can even bid for getting a computing instance. Any instance procured by bidding is a Spot Instance. Multiple users bid for an EC2 Instance. Once the bid price exceeds the Spot price, the user with the highest bid gets it. As long as their bid price remains higher than the Spot price, they can keep using it. Spot price varies with the supply and demand. Once Spot price exceeds Bid price, the instance will be taken back from the user. |
|
| 7. |
What Is The Underlying Hypervisor For Ec2 ? |
|
Answer» Xen Xen |
|
| 8. |
How You Will Change The Root Ebs Device Of My Amazon Ec2 Instance ? |
| Answer» | |
| 9. |
Explain What Happens When I Reboot An Ec2 Instance ? |
|
Answer» Rebooting an INSTANCE is like rebooting a PC. The hard disk isn’t affected. You don’t return to the IMAGE’s original state, but the contents of the hard disks are those before the reboot. Rebooting isn’t associated with billing. Billing starts when you INSTANTIATE an image and stops when you terminate it. Rebooting in between hasn’t any EFFECT. Rebooting an instance is like rebooting a PC. The hard disk isn’t affected. You don’t return to the image’s original state, but the contents of the hard disks are those before the reboot. Rebooting isn’t associated with billing. Billing starts when you instantiate an image and stops when you terminate it. Rebooting in between hasn’t any effect. |
|
| 10. |
If You Want To Launch Amazon Elastic Compute Cloud (ec2) Instances And Assign Each Instance A Predetermined Private Ip Address You Should ? |
|
Answer» The BEST way of connecting to your cloud resources (for ex- ec2 INSTANCES) from your own data center (for eg- private cloud) is a VPC. Once you connect your datacenter to the VPC in which your instances are present, each instance is assigned a private IP ADDRESS which can be accessed from your datacenter. Hence, you can access your PUBLIC cloud resources, as if they were on your own NETWORK. The best way of connecting to your cloud resources (for ex- ec2 instances) from your own data center (for eg- private cloud) is a VPC. Once you connect your datacenter to the VPC in which your instances are present, each instance is assigned a private IP address which can be accessed from your datacenter. Hence, you can access your public cloud resources, as if they were on your own network. |
|
| 11. |
Can S3 Be Used With Ec2 Instances, If Yes, How ? |
|
Answer» Yes, it can be used for instances with root devices backed by local INSTANCE storage. By using Amazon S3, developers have access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. In order to execute systems in the Amazon EC2 environment, developers use the tools provided to load their Amazon Machine IMAGES (AMIs) into Amazon S3 and to MOVE them between Amazon S3 and Amazon EC2. Another use case could be for WEBSITES hosted on EC2 to load their static content from S3. Yes, it can be used for instances with root devices backed by local instance storage. By using Amazon S3, developers have access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. In order to execute systems in the Amazon EC2 environment, developers use the tools provided to load their Amazon Machine Images (AMIs) into Amazon S3 and to move them between Amazon S3 and Amazon EC2. Another use case could be for websites hosted on EC2 to load their static content from S3. |
|
| 12. |
Is It Possible To Change The Private Ip Addresses Of An Ec2 While It Is Running/stopped In A Vpc ? |
|
Answer» The PRIMARY private IP address cannot be CHANGED. Secondary private addresses can be unassigned, ASSIGNED or moved between interfaces or instances at any point. The primary private IP address cannot be changed. Secondary private addresses can be unassigned, assigned or moved between interfaces or instances at any point. |
|
| 13. |
How Is A Spot Instance Different From An On-demand Instance Or Reserved Instance ? |
|
Answer» First of all, let’s understand that Spot Instance, On-Demand instance and Reserved Instances are all models for pricing. Moving along, spot instances provide the ability for customers to purchase compute capacity with no upfront commitment, at HOURLY rates usually lower than the On-Demand RATE in each region. Spot instances are just like bidding, the bidding price is CALLED Spot Price. The Spot Price fluctuates based on supply and demand for instances, but customers will never pay more than the maximum price they have specified. If the Spot Price moves higher than a customer’s maximum price, the customer’s EC2 instance will be shut down automatically. But the reverse is not true, if the Spot prices come down again, your EC2 instance will not be launched automatically, one has to do that manually. In Spot and On demand instance, there is no commitment for the duration from the USER side, however in reserved instances one has to STICK to the time period that he has chosen. First of all, let’s understand that Spot Instance, On-Demand instance and Reserved Instances are all models for pricing. Moving along, spot instances provide the ability for customers to purchase compute capacity with no upfront commitment, at hourly rates usually lower than the On-Demand rate in each region. Spot instances are just like bidding, the bidding price is called Spot Price. The Spot Price fluctuates based on supply and demand for instances, but customers will never pay more than the maximum price they have specified. If the Spot Price moves higher than a customer’s maximum price, the customer’s EC2 instance will be shut down automatically. But the reverse is not true, if the Spot prices come down again, your EC2 instance will not be launched automatically, one has to do that manually. In Spot and On demand instance, there is no commitment for the duration from the user side, however in reserved instances one has to stick to the time period that he has chosen. |
|
| 14. |
How Is Stopping And Terminating An Instance Different From Each Other ? |
|
Answer» STARTING, stopping and terminating are the three states in an EC2 instance, let’s discuss them in detail:
Starting, stopping and terminating are the three states in an EC2 instance, let’s discuss them in detail: |
|
| 15. |
What Is Public Key Credentials And How To Install It ? |
|
Answer» Amazon EC2 uses public–key cryptography to encrypt and decrypt login information. Public–key cryptography uses a public key to encrypt a PIECE of data, such as a password, then the recipient uses the private key to decrypt the data. The public and private keys are known as a key PAIR. After configuring the AMI to PREVENT LOGGING in using a password, you must make sure users can log in using another mechanism. Amazon EC2 uses public–key cryptography to encrypt and decrypt login information. Public–key cryptography uses a public key to encrypt a piece of data, such as a password, then the recipient uses the private key to decrypt the data. The public and private keys are known as a key pair. After configuring the AMI to prevent logging in using a password, you must make sure users can log in using another mechanism. |
|
| 16. |
How To Disable Password-based Logins For Root In Amazon Ec2 Instance ? |
|
Answer» Using a fixed root password for a public AMI is a security risk that can quickly become known. Even relying on users to CHANGE the password after the first login opens a small window of opportunity for POTENTIAL abuse. Following are the steps to DISABLE password-based remote logins for the root user: Open the /etc/ssh/sshd_config FILE with a TEXT editor and locate the following line: Using a fixed root password for a public AMI is a security risk that can quickly become known. Even relying on users to change the password after the first login opens a small window of opportunity for potential abuse. Following are the steps to disable password-based remote logins for the root user: Open the /etc/ssh/sshd_config file with a text editor and locate the following line: |
|
| 17. |
How To Update Ami Tools At Boot Time ? |
|
Answer» AWS recommends that your AMIs download and UPGRADE the Amazon EC2 AMI creation tools during startup. This ENSURES that new AMIs based on your SHARED AMIs have the LATEST AMI tools. For Amazon Linux, add the following to /etc/rc.local: # Update the Amazon EC2 AMI tools echo ” + Updating EC2 AMI tools” yum update -y aws-amitools-ec2 echo ” + Updated EC2 AMI tools” AWS recommends that your AMIs download and upgrade the Amazon EC2 AMI creation tools during startup. This ensures that new AMIs based on your shared AMIs have the latest AMI tools. For Amazon Linux, add the following to /etc/rc.local: # Update the Amazon EC2 AMI tools echo ” + Updating EC2 AMI tools” yum update -y aws-amitools-ec2 echo ” + Updated EC2 AMI tools” |
|
| 18. |
What Is Shared Ami ? |
|
Answer» A shared AMI is an AMI that a developer CREATED and made available for other DEVELOPERS to use. One of the easiest WAYS to get started with Amazon EC2 is to use a shared AMI that has the components you need and then add CUSTOM CONTENT. You can also create your own AMIs and share them with others.
A shared AMI is an AMI that a developer created and made available for other developers to use. One of the easiest ways to get started with Amazon EC2 is to use a shared AMI that has the components you need and then add custom content. You can also create your own AMIs and share them with others. |
|
| 19. |
How You’re Charged In Amazon Ec2? Explain In Detail ? |
Answer»
For example: if hourly instance charge for your instance is $0.10 and if you were to run that instance for one hour without stopping it, you would be charged $0.10. If you stopped and restarted that instance twice during that hour, then you would be charged $0.30 for that hour of usage (the initial $0.10, PLUS 2 x $0.10 for each restart). For example: if hourly instance charge for your instance is $0.10 and if you were to run that instance for one hour without stopping it, you would be charged $0.10. If you stopped and restarted that instance twice during that hour, then you would be charged $0.30 for that hour of usage (the initial $0.10, plus 2 x $0.10 for each restart). |
|
| 20. |
What Is The Size Limit For Amazon Ec2 Instance Store-backed Amis And Amazon Ebs-backed Amis ? |
|
Answer» All AMIS are categorized as either BACKED by AMAZON EBS or backed by instance store. Backed by Amazon EBS – means that the root device for an instance launched from the AMI is an Amazon EBS volume created from an Amazon EBS snapshot. Backed by instance store – means that the root device for an instance launched from the AMI is an instance store volume created from a TEMPLATE stored in Amazon S3. Root device size limit for – Amazon EBS – Backed is 16 TiB Amazon Instance Store-Backed is 10 GiB All AMIs are categorized as either backed by Amazon EBS or backed by instance store. Backed by Amazon EBS – means that the root device for an instance launched from the AMI is an Amazon EBS volume created from an Amazon EBS snapshot. Backed by instance store – means that the root device for an instance launched from the AMI is an instance store volume created from a template stored in Amazon S3. Root device size limit for – Amazon EBS – Backed is 16 TiB Amazon Instance Store-Backed is 10 GiB |
|
| 21. |
How To Determine The Root Device Type Of Your Ami ? |
|
Answer» We can determine the Root Device type of AMI using FOLLOWING 2 methods. Method 1: Following are the steps to determine the Root Device type of an AMI using the console
Method 2: Following are the steps to determine the root device type of an AMI using the command line We can use one of the following commands.
We can determine the Root Device type of AMI using following 2 methods. Method 1: Following are the steps to determine the Root Device type of an AMI using the console Method 2: Following are the steps to determine the root device type of an AMI using the command line We can use one of the following commands. |
|
| 22. |
How To Create Your Own Amazon Machine Image (ami) ? |
|
Answer» You can customize a instance that is launched from a public AMI and then SAVE that configuration as a custom AMI for your own use. Instances that you LAUNCH from your AMI use all the CUSTOMIZATIONS that you’ve made. You can customize a instance that is launched from a public AMI and then save that configuration as a custom AMI for your own use. Instances that you launch from your AMI use all the customizations that you’ve made. |
|
| 23. |
What Is The Use Of Key Pair ? |
|
Answer» Key PAIR is used to log in to your instance securely. This is public-key cryptography to SECURE the LOGIN information for your instance. Key pair is used to log in to your instance securely. This is public-key cryptography to secure the login information for your instance. |
|
| 24. |
How To Create Key Pair ? |
|
Answer» We can create one using the Amazon EC2 CONSOLE. To launch instances in MULTIPLE regions, we’ll need to create a key pair in each region. Following are the steps to create Key Pair:
We can create one using the Amazon EC2 console. To launch instances in multiple regions, we’ll need to create a key pair in each region. Following are the steps to create Key Pair: |
|
| 25. |
What Is Key Pair ? |
|
Answer» AWS uses public-key cryptography to secure the LOGIN INFORMATION for your instance. A Linux instance has no password; you use a key pair to LOG in to your instance securely. You specify the NAME of the key pair when you launch your instance, then provide the PRIVATE key when you log in using SSH. AWS uses public-key cryptography to secure the login information for your instance. A Linux instance has no password; you use a key pair to log in to your instance securely. You specify the name of the key pair when you launch your instance, then provide the private key when you log in using SSH. |
|
| 26. |
How To Migrate An Instance To Another Availability Zone ? |
|
Answer» You can migrate your EC2 instance from one Availability Zone to another. FOLLOWING are the steps to migrate an Instance to another Availability Zone:
You can migrate your EC2 instance from one Availability Zone to another. Following are the steps to migrate an Instance to another Availability Zone: |
|
| 27. |
What Is The Relation Between Instance And Ami ? |
|
Answer» We can LAUNCH DIFFERENT types of instances from a single AMI. An INSTANCE type essentially determines the hardware of the (pivotal training) host computer used for your instance. Each instance type offers different compute and memory capabilities. After we launch an instance, it looks like a TRADITIONAL host, and we can INTERACT with it as we would do with any computer. We have complete control of our instances; we can use sudo to run commands that require root privileges. We can launch different types of instances from a single AMI. An instance type essentially determines the hardware of the (pivotal training) host computer used for your instance. Each instance type offers different compute and memory capabilities. After we launch an instance, it looks like a traditional host, and we can interact with it as we would do with any computer. We have complete control of our instances; we can use sudo to run commands that require root privileges. |
|
| 28. |
What Is Amazon Machine Image (ami) ? |
|
Answer» An Amazon Machine Image (AMI) is a template that CONTAINS a software configuration (for example, an operating system, an APPLICATION server, and applications). From an AMI, we LAUNCH an instance, which is a copy of the AMI running as a virtual server in the cloud. We can EVEN launch MULTIPLE instances of an AMI. An Amazon Machine Image (AMI) is a template that contains a software configuration (for example, an operating system, an application server, and applications). From an AMI, we launch an instance, which is a copy of the AMI running as a virtual server in the cloud. We can even launch multiple instances of an AMI. |
|
| 29. |
What Is Amazon Machine Image And What Is The Relation Between Instance And Ami ? |
|
Answer» Amazon WEB SERVICES provides several ways to access Amazon EC2, like web-based INTERFACE, AWS Command Line Interface (CLI) and Amazon Tools for Windows Powershell. First, you need to SIGN up for an AWS account and you can access Amazon EC2. Amazon EC2 provides a Query API. These requests are HTTP or HTTPS requests that use the HTTP verbs GET or POST and a Query parameter named Action. Amazon Web Services provides several ways to access Amazon EC2, like web-based interface, AWS Command Line Interface (CLI) and Amazon Tools for Windows Powershell. First, you need to sign up for an AWS account and you can access Amazon EC2. Amazon EC2 provides a Query API. These requests are HTTP or HTTPS requests that use the HTTP verbs GET or POST and a Query parameter named Action. |
|
| 30. |
What Are The Best Practices For Amazon Ec2 ? |
|
Answer» To GET the maximum benefit from and satisfaction with Amazon EC2. There are mainly four BEST practices:
To get the maximum benefit from and satisfaction with Amazon EC2. There are mainly four best practices: |
|
| 31. |
How To Clean Up Your Amazon Ec2 Instance And Volume ? |
|
Answer» After we are finished with the INSTANCE we CREATED, we can clean up by terminating the instance. Following are the steps to terminate the EC2 instance:
After we are finished with the instance we created, we can clean up by terminating the instance. Following are the steps to terminate the EC2 instance: |
|
| 32. |
How To Add A Ebs Volume To Your Amazon Ec2 Instance ? |
|
Answer» We can attach an EBS volume to one of our INSTANCES that is in the same Availability ZONE as the Volume. Following are the steps to attache an EBS volumn to an instance using console:
We can attach an EBS volume to one of our instances that is in the same Availability Zone as the Volume. Following are the steps to attache an EBS volumn to an instance using console: |
|
| 33. |
How To Connect To Your Amazon Ec2 Instance ? |
|
Answer» There are several ways to connect to a Linux instance. One of the commonly USED method is to connect Linux instance from Windows local machine using PuTTY. Following are the steps to connect to a Linux instance:
There are several ways to connect to a Linux instance. One of the commonly used method is to connect Linux instance from Windows local machine using PuTTY. Following are the steps to connect to a Linux instance: |
|
| 34. |
How To Launch An Amazon Ec2 Instance ? |
|
Answer» We can launch Linux/Windows Amazon EC2 instance using AWS Management Console. Following are the steps to create Amazon EC2 instance:
We can launch Linux/Windows Amazon EC2 instance using AWS Management Console. Following are the steps to create Amazon EC2 instance: |
|
| 35. |
How To Create Security Group In Amazon Ec2 ? |
|
Answer» We can create Security GROUP in Amazon EC2 using the Amazon EC2 console. To LAUNCH instances in multiple regions, we’ll need to create a Security Group in each region. FOLLOWING are the steps to create Security Group in Amazon EC2:
We can create Security Group in Amazon EC2 using the Amazon EC2 console. To launch instances in multiple regions, we’ll need to create a Security Group in each region. Following are the steps to create Security Group in Amazon EC2: |
|
| 36. |
What Are The Features Of Security Group In Amazon Ec2 ? |
|
Answer» FOLLOWING are the features of the Security Group in Amazon EC2:
Following are the features of the Security Group in Amazon EC2: |
|
| 37. |
What Is Security Group In Amazon Ec2 ? |
|
Answer» Security GROUPS ACT as a firewall for associated instances, controlling both INBOUND and outbound TRAFFIC at the instance level. Security groups act as a firewall for associated instances, controlling both inbound and outbound traffic at the instance level. |
|
| 38. |
How To Persist Root Device Volume In Amazon Ec2 Instance ? |
|
Answer» By default, the root device volume for an AMI backed by Amazon EBS is deleted when the instance terminates. To change the default behavior, set the DeleteOnTermination attribute to FALSE using a block device mapping.
By default, the root device volume for an AMI backed by Amazon EBS is deleted when the instance terminates. To change the default behavior, set the DeleteOnTermination attribute to false using a block device mapping. |
|
| 39. |
What Is Amazon Ec2 Root Device Volume ? |
|
Answer» When you launch an instance, the ROOT Device Volume contains the image USED to boot the instance. You can launch an instance from one of two types of AMIs: When you launch an instance, the Root Device Volume contains the image used to boot the instance. You can launch an instance from one of two types of AMIs: |
|
| 40. |
Explain How To Launch Ec2 Instance In An Availability Zone ? |
|
Answer» Each region is completely independent and each Availability Zone is isolated. When you view your resources, you’ll only SEE the resources tied to the region you have specified. To launch a EC2 instance, you must SELECT an AMI that’s in the same region (if the AMI is in ANOTHER region then you can copy the AMI to the region you are using). Now select an Availability Zone or LET AWS choose for you. After creating the EC2 instance, it will show up in selected Availability Zone. Each region is completely independent and each Availability Zone is isolated. When you view your resources, you’ll only see the resources tied to the region you have specified. To launch a EC2 instance, you must select an AMI that’s in the same region (if the AMI is in another region then you can copy the AMI to the region you are using). Now select an Availability Zone or let AWS choose for you. After creating the EC2 instance, it will show up in selected Availability Zone. |
|
| 41. |
What Are Regions And Availability Zones In Amazon Ec2 ? Explain In Brief ? |
|
Answer» Amazon EC2 is hosted in multiple LOCATIONS world-wide. These locations are composed of regions and AVAILABILITY ZONES. Each region is a separate geographic area. Each region has multiple, isolated locations known as Availability Zones. Each region is completely INDEPENDENT. Each Availability Zone is isolated, but the Availability Zones in a region are connected through low-latency LINKS. The following diagram illustrates the relationship between regions and Availability Zones. Amazon EC2 is hosted in multiple locations world-wide. These locations are composed of regions and Availability Zones. Each region is a separate geographic area. Each region has multiple, isolated locations known as Availability Zones. Each region is completely independent. Each Availability Zone is isolated, but the Availability Zones in a region are connected through low-latency links. The following diagram illustrates the relationship between regions and Availability Zones. |
|
| 42. |
Can S3 Be Cast-off With Ec2 Instances, In Case Of “yes” Please Specify How ? |
|
Answer» Yes, it can be cast-off for instances with root approaches backed by native occurrence storage. By using Amazon S3, developers have access to the similar EXTREMELY scalable, dependable, FAST, low-priced data storage substructure that Amazon uses to track its own worldwide network of web sites. In order to perform SYSTEMS in the Amazon EC2 atmosphere, developers use the tools providing to load their Amazon Machine IMAGES (AMIs) into Amazon S3 and to transfer them between Amazon S3 and Amazon EC2. Additional use case MIGHT be for websites hosted on EC2 to load their stationary content from S3 Yes, it can be cast-off for instances with root approaches backed by native occurrence storage. By using Amazon S3, developers have access to the similar extremely scalable, dependable, fast, low-priced data storage substructure that Amazon uses to track its own worldwide network of web sites. In order to perform systems in the Amazon EC2 atmosphere, developers use the tools providing to load their Amazon Machine Images (AMIs) into Amazon S3 and to transfer them between Amazon S3 and Amazon EC2. Additional use case might be for websites hosted on EC2 to load their stationary content from S3 |
|
| 43. |
Describe Storage For Amazon Ec2 Occurrence ? |
|
Answer» Amazon EC2 offers numerous data storage choices for your occurrences. Each choice has an exclusive mixture of presentation and sturdiness. These storages can be used self-sufficiently or in grouping to suit your NECESSITIES. There are chiefly four types of storages offered by AWS:
Amazon EC2 offers numerous data storage choices for your occurrences. Each choice has an exclusive mixture of presentation and sturdiness. These storages can be used self-sufficiently or in grouping to suit your necessities. There are chiefly four types of storages offered by AWS: |
|
| 44. |
What Are The Basic Structures Of The Amazon Ec2 Service ? |
|
Answer» As the Amazon EC2 service is a cloud facility so it has ENTIRELY all the cloud features. Amazon EC2 delivers the subsequent features:
As the Amazon EC2 service is a cloud facility so it has entirely all the cloud features. Amazon EC2 delivers the subsequent features: |
|
| 45. |
Explain Stopping, Starting, And Terminating An Amazon Ec2 Instance ? |
|
Answer» Stopping and Starting an instance: When an instance is stopped, the instance performs a normal shutdown and then transitions to a stopped state. All of its Amazon EBS volumes remain attached, and you can START the instance again at a LATER time. You are not charged for additional instance hours while the instance is in a stopped state. Terminating an instance: When an instance is terminated, the instance performs a normal shutdown, then the attached Amazon EBS volumes are deleted unless the VOLUME’s deleteOnTermination attribute is SET to false. The instance itself is also deleted, and you can’t start the instance again at a later time. Stopping and Starting an instance: When an instance is stopped, the instance performs a normal shutdown and then transitions to a stopped state. All of its Amazon EBS volumes remain attached, and you can start the instance again at a later time. You are not charged for additional instance hours while the instance is in a stopped state. Terminating an instance: When an instance is terminated, the instance performs a normal shutdown, then the attached Amazon EBS volumes are deleted unless the volume’s deleteOnTermination attribute is set to false. The instance itself is also deleted, and you can’t start the instance again at a later time. |
|
| 46. |
Explain Storage For Amazon Ec2 Instance ? |
|
Answer» Amazon EC2 provides many data storage options for your instances. Each option has a unique combination of performance and durability. These storages can be used independently or in combination to suit your requirements. There are mainly four types of storages PROVIDED by AWS:
Amazon EC2 provides many data storage options for your instances. Each option has a unique combination of performance and durability. These storages can be used independently or in combination to suit your requirements. There are mainly four types of storages provided by AWS: |
|
| 47. |
What Are The Security Best Practices For Amazon Ec2 ? |
|
Answer» For secure Amazon EC2 best practices, follow the following steps:
For secure Amazon EC2 best practices, follow the following steps: |
|
| 48. |
What Are The Features Of The Amazon Ec2 Service ? |
|
Answer» As the Amazon EC2 SERVICE is a cloud service so it has all the cloud features. Amazon EC2 provides the following features:
As the Amazon EC2 service is a cloud service so it has all the cloud features. Amazon EC2 provides the following features: |
|
| 49. |
What Is Amazon Ec2 Service ? |
|
Answer» AMAZON Elastic Compute Cloud (Amazon EC2) is a Amazon WEB service that provides resizable (scalable) computing capacity in the cloud. You can use Amazon EC2 to launch as many VIRTUAL SERVERS you need. In Amazon EC2 you can CONFIGURE security and networking as well as manage storage.Amazon EC2 service also helps in obtaining and configuring capacity using minimal friction. Amazon Elastic Compute Cloud (Amazon EC2) is a Amazon web service that provides resizable (scalable) computing capacity in the cloud. You can use Amazon EC2 to launch as many virtual servers you need. In Amazon EC2 you can configure security and networking as well as manage storage.Amazon EC2 service also helps in obtaining and configuring capacity using minimal friction. |
|