What Is Identity & Access Management (IAM) ?
What Is Identity & Access Management (IAM) ?
What is Scalability?
The ability to grow in size or number when needed.
What is Elasticity?
The ability to grow and reduce in size when needed.
What is S3?
It is AWS Simple Storage Service. It's like that Big Container in your house where you store
everything in.
Multifactor authentication combines two or more independent credentials: what the user knows
(password), what the user has (security token) and what the user is (biometric verification).
What is AWS Batch?
AWS Batch enables you to run batch computing workloads on the AWS Cloud. Batch computing is
a common way for developers, scientists, and engineers to access large amounts of compute
resources, and AWS Batch removes the undifferentiated heavy lifting of configuring and managing
the required infrastructure, similar to traditional batch computing software. This service can
efficiently provision resources in response to jobs submitted in order to eliminate capacity
constraints, reduce compute costs, and deliver results quickly.
What is an AWS region?
A region is a geographical area that consists of different availability zones. Each region consists of
2 (or more) Availability Zones.
What is an Availability Zone?
An Availability Zone (AZ) is one or more discrete data centers with redundant power, networking,
and connectivity in an AWS Region.
What is AWS CLI?
The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact
with AWS services using commands in your command-line shell.
What is Amazon Cognito?
Amazon Cognito provides authentication, authorization, and user management for your web and
mobile apps. Your users can sign in directly with a user name and password, or through a third
party such as Facebook, Amazon, Google or Apple.
What is Amazon SES?
Amazon Simple Email Service (Amazon SES) is a cloud-based email sending service designed to
help digital marketers and application developers send marketing, notification, and transactional
emails. It is a reliable, cost-effective service for businesses of all sizes that use email to keep in
contact with their customers.
What is AWS IoT?
AWS IoT (Internet of Things) provides secure, bi-directional communication between Internet-
connected devices such as sensors, actuators, embedded micro-controllers, or smart appliances
and the AWS Cloud. This enables you to collect telemetry data from multiple devices, and store
and analyze the data. You can also create applications that enable your users to control these
devices from their phones or tablets.
What is Public Cloud?
Public clouds are cloud environments typically created from IT infrastructure not owned by the end
user. Some of the largest public cloud providers include Alibaba Cloud, Amazon Web Services
(AWS), Google Cloud, IBM Cloud, and Microsoft Azure.
What is On-Premises (Private Cloud)?
Deploying resources on-premises, using virtualization and resource management tools, is
sometimes called "private cloud". On-premises deployment does not provide many of the benefits
of cloud computing but is sometimes sought for its ability to provide dedicated resources. In most
cases this deployment model is the same as legacy IT infrastructure while using application
management and virtualization technologies to try and increase resource utilization.
What is Hybrid Cloud?
A hybrid deployment is a way to connect infrastructure and applications between cloud-based
resources and existing resources that are not located in the cloud. The most common method of
hybrid deployment is between the cloud and existing on-premises infrastructure to extend, and
grow, an organization's infrastructure into the cloud while connecting cloud resources to internal
system
What are Access Keys?
Access keys are long-term credentials for an IAM user or the AWS account root user. You can use
access keys to sign programmatic requests to the AWS CLI or AWS API (directly or using the
AWS SDK).
What is AWS Budgets?
AWS Budgets gives you the ability to set custom budgets that alert you when your costs or usage
exceed (or are forecasted to exceed) your budgeted amount.
What is an IAM policy?
A policy is an object in AWS that, when associated with an identity or resource, defines their
permissions. AWS evaluates these policies when an IAM principal (user or role) makes a request.
Permissions in the policies determine whether the request is allowed or denied.
What is an IAM role?
An IAM role is an IAM identity that you can create in your account that has specific permissions.
An IAM role is similar to an IAM user, in that it is an AWS identity with permission policies that
determine what the identity can and cannot do in AWS.