Exams > Amazon > AWS Certified Solutions Architect - Professional
AWS Certified Solutions Architect - Professional
Page 13 out of 101 pages Questions 121-130 out of 1009 questions
Question#121

In IAM, which of the following is true of temporary security credentials?

  • A. Once you issue temporary security credentials, they cannot be revoked.
  • B. None of these are correct.
  • C. Once you issue temporary security credentials, they can be revoked only when the virtual MFA device is used.
  • D. Once you issue temporary security credentials, they can be revoked.
Discover Answer Hide Answer

A
Temporary credentials in IAM are valid throughout their defined duration of time and hence can't be revoked. However, because permissions are evaluated each time an AWS request is made using the credentials, you can achieve the effect of revoking the credentials by changing the permissions for the credentials even after they have been issued.
Reference:
http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_disable-perms.html

Question#122

The CFO of a company wants to allow one of his employees to view only the AWS usage report page.
Which of the below mentioned IAM policy statements allows the user to have access to the AWS usage report page?

  • A. "Effect": "Allow", "Action": ["Describe"], "Resource": "Billing"
  • B. "Effect": "Allow", "Action": ["aws-portal: ViewBilling"], "Resource": "*"
  • C. "Effect": "Allow", "Action": ["aws-portal: ViewUsage"], "Resource": "*"
  • D. "Effect": "Allow", "Action": ["AccountUsage], "Resource": "*"
Discover Answer Hide Answer

C
AWS Identity and Access Management is a web service which allows organizations to manage users and user permissions for various AWS services. If the CFO wants to allow only AWS usage report page access, the policy for that IAM user will be as given below:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow", "Action": [
"aws-portal:ViewUsage"
],
"Resource": "*"
}
]
}
Reference:
http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html

Question#123

In Amazon VPC, what is the default maximum number of BGP advertised routes allowed per route table?

  • A. 15
  • B. 100
  • C. 5
  • D. 10
Discover Answer Hide Answer

B
The maximum number of BGP advertised routes allowed per route table is 100.
Reference:
http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Appendix_Limits.html

Question#124

An organization has created 5 IAM users. The organization wants to give them the same login ID but different passwords. How can the organization achieve this?

  • A. The organization should create each user in a separate region so that they have their own URL to login
  • B. The organization should create a separate login ID but give the IAM users the same alias so that each one can login with their alias
  • C. It is not possible to have the same login ID for multiple IAM users of the same account
  • D. The organization should create various groups and add each user with the same login ID to different groups. The user can login with their own group ID
Discover Answer Hide Answer

C
AWS Identity and Access Management is a web service which allows organizations to manage users and user permissions for various AWS services.
Whenever the organization is creating an IAM user, there should be a unique ID for each user. It is not possible to have the same login ID for multiple users. The names of users, groups, roles, instance profiles must be alphanumeric, including the following common characters: plus (+), equal (=), comma (,), period (.), at
(@), and dash (-).
Reference:
http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_SettingUpUser.html

Question#125

The user has provisioned the PIOPS volume with an EBS optimized instance.
Generally speaking, in which I/O chunk should the bandwidth experienced by the user be measured by AWS?

  • A. 128 KB
  • B. 256 KB
  • C. 64 KB
  • D. 32 KB
Discover Answer Hide Answer

B
IOPS are input/output operations per second. Amazon EBS measures each I/O operation per second (that is 256 KB or smaller) as one IOPS.
Reference:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-io-characteristics.html

Question#126

A user is planning to use EBS for his DB requirement. The user already has an EC2 instance running in the VPC private subnet.
How can the user attach the EBS volume to a running instance?

  • A. The user can create EBS in the same zone as the subnet of instance and attach that EBS to instance.
  • B. It is not possible to attach an EBS to an instance running in VPC until the instance is stopped.
  • C. The user can specify the same subnet while creating EBS and then attach it to a running instance.
  • D. The user must create EBS within the same VPC and then attach it to a running instance.
Discover Answer Hide Answer

A
A Virtual Private Cloud (VPC) is a virtual network dedicated to the user's AWS account. The user can create subnets as per the requirement within a VPC. The
VPC is always specific to a region. The user can create a VPC which can span multiple Availability Zones by adding one or more subnets in each Availability
Zone. The instance launched will always be in the same availability zone of the respective subnet. When creating an EBS the user cannot specify the subnet or
VPC. However, the user must create the EBS in the same zone as the instance so that it can attach the EBS volume to the running instance.
Reference:
http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html#VPCSubnet

Question#127

An organization is planning to setup a management network on the AWS VPC. The organization is trying to secure the webserver on a single VPC instance such that it allows the internet traffic as well as the back-end management traffic. The organization wants to make so that the back end management network interface can receive the SSH traffic only from a selected IP range, while the internet facing webserver will have an IP address which can receive traffic from all the internet
IPs.
How can the organization achieve this by running web server on a single instance?

  • A. It is not possible to have two IP addresses for a single instance.
  • B. The organization should create two network interfaces with the same subnet and security group to assign separate IPs to each network interface.
  • C. The organization should create two network interfaces with separate subnets so one instance can have two subnets and the respective security groups for controlled access.
  • D. The organization should launch an instance with two separate subnets using the same network interface which allows to have a separate CIDR as well as security groups.
Discover Answer Hide Answer

C
A Virtual Private Cloud (VPC) is a virtual network dedicated to the user's AWS account. It enables the user to launch AWS resources into a virtual network that the user has defined. An Elastic Network Interface (ENI) is a virtual network interface that the user can attach to an instance in a VPC. The user can create a management network using two separate network interfaces. For the present scenario it is required that the secondary network interface on the instance handles the public facing traffic and the primary network interface handles the back-end management traffic and it is connected to a separate subnet in the VPC that has more restrictive access controls. The public facing interface, which may or may not be behind a load balancer, has an associated security group to allow access to the server from the internet while the private facing interface has an associated security group allowing SSH access only from an allowed range of IP addresses either within the VPC or from the internet, a private subnet within the VPC or a virtual private gateway.
Reference:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html

Question#128

A user is trying to create a vault in AWS Glacier. The user wants to enable notifications.
In which of the below mentioned options can the user enable the notifications from the AWS console?

  • A. Glacier does not support the AWS console
  • B. Archival Upload Complete
  • C. Vault Upload Job Complete
  • D. Vault Inventory Retrieval Job Complete
Discover Answer Hide Answer

D
From AWS console the user can configure to have notifications sent to Amazon Simple Notifications Service (SNS). The user can select specific jobs that, on completion, will trigger the notifications such as Vault Inventory Retrieval Job Complete and Archive Retrieval Job Complete.
Reference:
http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications-console.html

Question#129

An organization is purchasing licensed software. The software license can be registered only to a specific MAC Address. The organization is going to host the software in the AWS environment.
How can the organization fulfil the license requirement as the MAC address changes every time an instance is started/stopped/terminated?

  • A. It is not possible to have a fixed MAC address with AWS.
  • B. The organization should use VPC with the private subnet and configure the MAC address with that subnet.
  • C. The organization should use VPC with an elastic network interface which will have a fixed MAC Address.
  • D. The organization should use VPC since VPC allows to configure the MAC address for each EC2 instance.
Discover Answer Hide Answer

C
A Virtual Private Cloud (VPC) is a virtual network dedicated to the user's AWS account. It enables the user to launch AWS resources into a virtual network that the user has defined. An Elastic Network Interface (ENI) is a virtual network interface that the user can attach to an instance in a VPC. An ENI can include attributes such as: a primary private IP address, one or more secondary private IP addresses, one elastic IP address per private IP address, one public IP address, one or more security groups, a MAC address, a source/destination check flag, and a description. The user can create a network interface, attach it to an instance, detach it from an instance, and attach it to another instance. The attributes of a network interface follow the network interface as it is attached or detached from an instance and reattached to another instance. Thus, the user can maintain a fixed MAC using the network interface.
Reference:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html

Question#130

ABC has three separate departments and each department has their own AWS accounts. The HR department has created a file sharing site where all the on roll employees' data is uploaded. The Admin department uploads data about the employee presence in the office to their DB hosted in the VPC. The Finance department needs to access data from the HR department to know the on roll employees to calculate the salary based on the number of days that an employee is present in the office.
How can ABC setup this scenario?

  • A. It is not possible to configure VPC peering since each department has a separate AWS account.
  • B. Setup VPC peering for the VPCs of Admin and Finance.
  • C. Setup VPC peering for the VPCs of Finance and HR as well as between the VPCs of Finance and Admin.
  • D. Setup VPC peering for the VPCs of Admin and HR
Discover Answer Hide Answer

C
A Virtual Private Cloud (VPC) is a virtual network dedicated to the user's AWS account. It enables the user to launch AWS resources into a virtual network that the user has defined. A VPC peering connection allows the user to route traffic between the peer VPCs using private IP addresses as if they are a part of the same network. This is helpful when one VPC from the same or different AWS account wants to connect with resources of the other VPC.
Reference:
http://docs.aws.amazon.com/AmazonVPC/latest/PeeringGuide/peering-configurations-full-access.html#three-vpcs-full-access
.

chevron rightPrevious Nextchevron right