AWS IAM Interview Question for Fresher /AWS IAM Interview Questions and Answers for Freshers & Experienced

Do you need an internet gateway to use peering connections?

Yes, the Internet gateway is needed to use VPC (virtual private cloud peering) connections.

What is the boot time taken for the instance stored backed AMI?

The boot time for an Amazon instance store-backend AMI is less than 5 minutes.

Explain Geo Restriction in CloudFront

A Geo-restriction feature helps you to prevent users of specific geographic locations from accessing content which you’re distributing through a CloudFront web distribution.

Name the AWS service that exists only to redundantly cache data and images?

AWS Edge locations are services that redundantly cache data and images.

Name the types of AMI provided by AWS

The types of AMI provided by AWS are:

1. Instance store backed
2. EBS backed

What are the advantages of AWS IAM?

AWS IAM enables an administrator to provide granular level access to different users and groups. Different users and user groups may need different levels of access to different resources created. With IAM, you can create roles with specific access-levels and assign the roles to the users.

It also allows you to provide access to the resources to users and applications without creating the IAM Roles, which is known as Federated Access.

What is AWS Lambda?

Lambda is an Amazon compute service which allows you to run code in the AWS Cloud without managing servers.

What is Geo-Targeting in CloudFront?

Geo-Targeting enables the creation of customized content based on the geographic location of the user. This allows you to serve the content which is more relevant to a user. For example, using Geo-Targeting, you can show the news related to local body elections to a user sitting in India, which you may not want to show to a user sitting in the US. Similarly, the news related to Baseball Tournament can be more relevant to a user sitting in the US, and not so relevant for a user sitting in India.

What are the consistency models for modern DBs offered by AWS?

Eventual Consistency - It means that the data will be consistent eventually, but may not be immediate. This will serve the client requests faster, but chances are that some of the initial read requests may read the stale data. This type of consistency is preferred in systems where data need not be real-time. For example, if you don’t see the recent tweets on Twitter or recent posts on Facebook for a couple of seconds, it is acceptable.

Strong Consistency - It provides an immediate consistency where the data will be consistent across all the DB Servers immediately. Accordingly. This model may take some time to make the data consistent and subsequently start serving the requests again. However, in this model, it is guaranteed that all the responses will always have consistent data.

What are the different types of EC2 instances based on their costs?

The three types of EC2 instances based on the costs are:

1. On-Demand Instance - These instances are prepared as and when needed. Whenever you feel the need for a new EC2 instance, you can go ahead and create an on-demand instance. It is cheap for the short-time but not when taken for the long term.

2. Spot Instance - These types of instances can be bought through the bidding model. These are comparatively cheaper than On-Demand Instances.

3. Reserved Instance - On AWS, you can create instances that you can reserve for a year or so. These types of instances are especially useful when you know in advance that you will be needing an instance for the long term. In such cases, you can create a reserved instance and save heavily on costs.

How do you monitor Amazon VPC?

You can monitor Amazon VPC using:

<> CloudWatch

<> VPC Flow Logs

How does Amazon Route 53 provide high availability and low latency?

Amazon Route 53 uses the following to provide high availability and low latency:

<> Globally Distributed Servers - Amazon is a global service and consequently has DNS Servers globally. Any customer creating a query from any part of the world gets to reach a DNS Server local to them that provides low latency.
<> Dependency - Route 53 provides a high level of dependability required by critical applications.
<> Optimal Locations - Route 53 serves the requests from the nearest data center to the client sending the request. AWS has data-centers across the world. The data can be cached on different data-centers located in different regions of the world depending on the requirements and the configuration chosen. Route 53 enables any server in any data-center which has the required data to respond. This way, it enables the nearest server to serve the client request, thus reducing the time taken to serve.

Explain Amazon ElasticCache

Amazon Elasticcache is a web service which makes it easy to deploy, scale and store data in the cloud.

When was EC2 officially launched?

EC2 officially launched in the year 2006.

What is CloudWatch?

The Amazon CloudWatch has the following features:

<> Depending on multiple metrics, it participates in triggering alarms.
Helps in monitoring the AWS environments like CPU utilization, EC2, <> Amazon RDS instances, Amazon SQS, S3, Load Balancer, SNS, etc.

Can you establish a Peering connection to a VPC in a different region?

Yes, we can establish a peering connection to a VPC in a different region. It is called inter-region VPC peering connection.

Name some of the AWS services that are not region-specific

AWS services that are not region-specific are:

IAM
Route 53
Web Application Firewall
CloudFront

How do you set up a system to monitor website metrics in real-time in AWS?

Amazon CloudWatch helps you to monitor the application status of various AWS services and custom events. It helps you to monitor:

> State changes in Amazon EC2
> Auto-scaling lifecycle events
> Scheduled events
> AWS API calls
> Console sign-in events

What are the top AWS IAM Roles?

In AWS IAM there are two types of roles. The IAM user will have a permanent identity. The federated user (Question# 5) will not have an identity.

What are AWS IAM roles?

User – Specific IAM entity

Group – These people will have the same kind of Access

What are Temporary Security Credentials?

These are short-lived security credentials. These you can create from AWSSTS service (AWS security Token Service).

What are the 5 top security credentials in AWS IAM?

> User-id and Password
> E-mail address and Password
> Access Keyes
> Key pair
> Multi-factor authentication

What’s the other name of the IAM user?

You can also be called an IAM entity.

How to control Authorization in AWS IAM?

You can control authorization by creating policies.

What is Authorization in terms of AWS IAM service?

It’s to provide authorization for certain AWS resources – not all.
The best example is providing read-only access to the ‘S3’ service.

What is snowball

Snowball is a data transport option. It used source appliances to a large amount of data into and out of AWS. With the help of snowball, you can transfer a massive amount of data from one place to another. It helps you to reduce networking costs.

What are the edge locations?

Edge location is the area where the contents will be cached. So, when a user is trying to access any content, the content will automatically be searched in the edge location.

What are the Roles?

Roles are used to provide permissions to entities which you can trust within your AWS account. Roles are very similar to users. However, with roles, you do not require to create any username and password to work with the resources.

How many Elastic IPs are allowed to be created by AWS?

5 VPC Elastic IP addresses are allowed for each AWS account.

Is the property of broadcast or multicast supported by Amazon VPC?

No, currently Amazon VPI does not provide support for broadcast or multicast.

What are key-pairs in AWS?

Key-pairs are secure login information for your virtual machines. To connect to the instances, you can use key-pairs which contain a public-key and private-key.

While connecting to your instance what are the possible connection issues one might face?

The possible connection errors one might encounter while connecting instances are

>> Connection timed out
>> User key not recognized by the server
>> Host key not found, permission denied
>> An unprotected private key file
>> Server refused our key or No supported authentication method available
>> Error using MindTerm on Safari Browser
>> Error using Mac OS X RDP Client

how the buffer is used in Amazon web services?

The buffer is used to make the system more robust to manage traffic or load by synchronizing different components. Usually, components receive and process the requests in an unbalanced way. With the help of a buffer, the components will be balanced and will work at the same speed to provide faster services.

In VPC with private and public subnets, database servers should ideally be launched into which subnet?

With private and public subnets in VPC, database servers should ideally launch into private subnets.

What T2 instances is?

T2 instances are designed to provide moderate baseline performance and the capability to burst to higher performance as required by the workload.

How many buckets can you create in AWS by default?

By default, you can create up to 100 buckets in each of your AWS accounts.

What services can be used to create a centralized logging solution?

The essential services that you can use are Amazon CloudWatch Logs, store them in Amazon S3, and then use Amazon Elastic Search to visualize them. You can use Amazon Kinesis Firehose to move the data from Amazon S3 to Amazon ElasticSearch.

Is there any other alternative tool to log into the cloud environment other than console?

The that can help you log into the AWS resources are:

<> Putty
<> AWS CLI for Linux
<> AWS CLI for Windows
<> AWS CLI for Windows CMD
<> AWS SDK
<> Eclipse

How can you send a request to Amazon S3?

Amazon S3 is a REST service, and you can send a request by using the REST API or the AWS SDK wrapper libraries that wrap the underlying Amazon S3 REST API.

What does an AMI include?

An AMI includes the following things

<> A template for the root volume for the instance.
<> Launch permissions decide which AWS accounts can avail the AMI to launch instances.
<> A block device mapping that determines the volumes to attach to the instance when it is launched.

what the relationship between an instance and AMI is?

From a single AMI, you can launch multiple types of instances. An instance type defines the hardware of the host computer used for your instance. Each instance type provides different computer and memory capabilities. Once you launch an instance, it looks like a traditional host, and we can interact with it as we would with any computer.

How do you upgrade or downgrade a system with near-zero downtime?

You can upgrade or downgrade a system with near-zero downtime using the following steps of migration:

<> Open EC2 console
<> Choose Operating System AMI
<> Launch an instance with the new instance type
<> Install all the updates
<> Install applications
<> Test the instance to see if it’s working
<> If working, deploy the new instance and replace the older instance
<> Once it’s deployed, you can upgrade or downgrade the system with near-zero downtime.

What is geo-targeting in CloudFront?

Geo-Targeting is a concept where businesses can show personalized content to their audience based on their geographic location without changing the URL. This helps you create customized content for the audience of a specific geographical area, keeping their needs in the forefront.

What is auto-scaling?

Auto-scaling is a function that allows you to provision and launch new instances whenever there is a demand. It allows you to automatically increase or decrease resource capacity in relation to the demand.

What is the relation between the Availability Zone and Region?

AWS regions are separate geographical areas, like the US-West 1 (North California) and Asia South (Mumbai). On the other hand, availability zones are the areas that are present inside the regions. These are generally isolated zones that can replicate themselves whenever required.

What is federated user access management?

A user who is allowed to access AWS resources from third-party vendors – such as Google, Facebook, Linked In, Corporate credentials, etc.

How authentication is controlled in the IAM service?

1. You can mange the users. You can control access keys, passwords, multifactor authentication.

2. Manages federated users

In the IAM service, can we monitor the IAM user activity?

Yes, you can monitor the actives of IAM users. If any violation, you can remove access for the IAM user

Are root users and IAM users the same?

No, the root user is also called the master user. The IAM user is subset of the root user.

What’s AWS IAM?

The IAM’s full form is Identity and access management.

Search
R4R Team
R4R provides AWS IAM Freshers questions and answers (AWS IAM Interview Questions and Answers) .The questions on R4R.in website is done by expert team! Mock Tests and Practice Papers for prepare yourself.. Mock Tests, Practice Papers,AWS IAM Interview Question for Fresher ,AWS IAM Freshers & Experienced Interview Questions and Answers,AWS IAM Objetive choice questions and answers,AWS IAM Multiple choice questions and answers,AWS IAM objective, AWS IAM questions , AWS IAM answers,AWS IAM MCQs questions and answers Java, C ,C++, ASP, ASP.net C# ,Struts ,Questions & Answer, Struts2, Ajax, Hibernate, Swing ,JSP , Servlet, J2EE ,Core Java ,Stping, VC++, HTML, DHTML, JAVASCRIPT, VB ,CSS, interview ,questions, and answers, for,experienced, and fresher R4r provides Python,General knowledge(GK),Computer,PHP,SQL,Java,JSP,Android,CSS,Hibernate,Servlets,Spring etc Interview tips for Freshers and Experienced for AWS IAM fresher interview questions ,AWS IAM Experienced interview questions,AWS IAM fresher interview questions and answers ,AWS IAM Experienced interview questions and answers,tricky AWS IAM queries for interview pdf,complex AWS IAM for practice with answers,AWS IAM for practice with answers You can search job and get offer latters by studing r4r.in .learn in easy ways .