Explanation: When you use ELB, you are given a DNS host name - any request sent to this host name are delegated to a pool of Amazon EC2 instances. Route 53 is Amazon's DNS service that handles DNS on the backend.
Question : Being a good solutions architect means you will always plan for failures in your AWS cloud environment.
Explanation: By designing applications to take full advantage of the AWS platform you can ensure that potential degradation does not aversely affect your system as a whole. In a sense you are suing what would be considered a failure (e.g., a server termination) as a forcing function to refresh resources. Using this approach, as AWS application is more accurately defined as the service it provides to its clients, rather than the server instance)s) it is comprised of. With this mindset, the server instances themselves become immaterial and even disposable.
Question : All operations on elastic IP addresses can be performed programmatically through the API, or manually from the AWS Management Console 1. True 2. False