Question : Restarting an instance in AWS VPC, retains the same primary private IP address ? 1. Yes, It keeps the same primary private IP address 2. No, It does not keep the same primary private IP address 3. Access Mostly Uused Products by 50000+ Subscribers 4. None of the above is correct
For instances launched in a VPC, a private IP address remains associated with the network interface when the instance is stopped and restarted, and is released when the instance is terminated. But For instances launched in EC2-Classic, a private IP address is associated with the instance until it is stopped or terminated.
Question :
For the CloudFormation once you have been created the resources, which one of the following you can use to identify resources outside of AWS CloudFormation templates, 1. Template 2. Stack ID 3. Access Mostly Uused Products by 50000+ Subscribers 4. Logical IDs
Correct Answer : Get Lastest Questions and Answer : In the Resources sections of a template, you declare the AWS resources that you want AWS CloudFormation to manage, such as an Amazon EC2 instance or an Amazon S3 bucket. All templates must declare a Resources section with at least one resource. You must declare each resource separately; however, you can specify multiple resources of the same type.
Each resource declaration includes three parts:
A logical name that is unique within the template
A resource type
Properties for that resource
You use the logical name to reference the resource in other parts of the template. For example, if you want to map an Amazon Elastic Block Store to an Amazon EC2 instance, you reference the logical IDs of both the block stores and the instance to specify the mapping. Logical names must be alphanumeric (A-Za-z0-9). For a list of all the resource types.
In addition to the logical ID, certain resources also have a physical ID, which is the actual assigned name for that resource, such as an Amazon EC2 instance ID or an Amazon S3 bucket name. You use the physical IDs to identify resources outside of AWS CloudFormation templates, but only after the resources have been created. For example, you might give an Amazon EC2 instance resource a logical ID of MyEC2Instance; but when AWS CloudFormation creates the instance, AWS CloudFormation automatically generates and assigns a physical ID (such as i-28f9ba55) to the instance. You can use this physical ID to identify the instance and view its properties (such as the DNS name) by using the Amazon EC2 console. For resources that support custom names, you can assign your own names (physical IDs) to help you quickly identify resources. For example, you can name an Amazon S3 bucket that stores logs as MyPerformanceLogs
Question :
In VPC for Your Customer Gateway, to establish ephemeral keys to secure all communication between your customer gateway and the virutal private gateway IKE uses
Explanation: IKE(Internet Key Exchange IKE) uses Diffie-Hellman to establish ephemeral keys to secure all communication between customer gateways and VPN gateways.
1. If Your organization has just a single AWS account. 2. If Your organization has multiple AWS accounts, with each AWS account belonging to a division in the organization 3. Access Mostly Uused Products by 50000+ Subscribers 4. None of the above
1. The organization need to have an individual AWS account per employee 2. AWS resources that your organization has already created can be moved to a different AWS account 3. Access Mostly Uused Products by 50000+ Subscribers 4. 1 and 2 5. 2 and 3