Question : A user has launched instances in EC-CLASSIC and attached elastic IPs to the five different instances in the US East region. The user is creating a VPC in the same region. The user wants to assign an elastic IP to the VPC instance. How can the user achieve this?
1. The user has to request AWS to increase the number of elastic IPs associated with the account 2. AWS allows 10 EC2 Classic IPs per region; so it will allow to allocate new Elastic IPs to the same region 3. The AWS will not allow to create a new elastic IP in VPC; it will throw an error 4. The user can allocate a new IP address in VPC as it has a different limit than EC2
Correct Answer : 4 A Virtual Private Cloud (VPC. is a virtual network dedicated to the user's AWS account. A user can create a subnet with VPC and launch instances inside that subnet. A user can have 5 IP addresses per region with EC2 Classic. The user can have 5 separate IPs with VPC in the same region as it has a separate limit than EC2 Classic.
Question : A user has created a subnet in VPC and launched an EC instance within it. The user has not selected the option to assign the IP address while launching the instance. Which of the below mentioned statements is true with respect to this scenario? 1. The instance will always have a public DNS attached to the instance by default 2. The user can directly attach an elastic IP to the instance 3. The instance will never launch if the public IP is not assigned 4. The user would need to create an internet gateway and then attach an elastic IP to the instance to connect from internet
Correct Answer : 4
Explanation: A Virtual Private Cloud (VPC. is a virtual network dedicated to the user's AWS account. A user can create a subnet with VPC and launch instances inside that subnet. When the user is launching an instance he needs to select an option which attaches a public IP to the instance. If the user has not selected the option to attach the public IP then it will only have a private IP when launched. The user cannot connect to the instance from the internet. If the user wants an elastic IP to connect to the instance from the internet he should create an internet gateway and assign an elastic IP to instance.
Question : An organization has applied the below mentioned policy on an IAM group which has selected the IAM users. What entitlements do the IAM users avail with this policy? { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "*", "Resource": "*" } ] } 1. The policy is not created correctly. It will throw an error for wrong resource name 2. The policy is for the group. Thus, the IAM user cannot have any entitlement to this 3. It allows full access to all AWS services for the IAM users who are a part of this group 4. If this policy is applied to the EC2 resource, the users of the group will have full access to the EC2 Resources
Correct Answer : 3 AWS Identity and Access Management is a web service which allows organizations to manage users and user permissions for various AWS services. The IAM group allows the organization to specify permissions for a collection of users. With the below mentioned policy, it will allow the group full access (Admin. to all AWS services. { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "*", "Resource": "*" } ] }
1. Change the Disable button for notification to "Yes" in the RDS console 2. Set the send mail flag to false in the DB event notification console 3. Access Mostly Uused Products by 50000+ Subscribers 4. Change the Enable button for notification to "No" in the RDS console