AWS 2
AWS 2
Amazon Elastic MapReduce :- Amazon Elastic MapReduce (EMR) is a managed big data
processing service provided by Amazon Web Services (AWS). It simplifies the process
of setting up, managing, and scaling Apache Hadoop, Apache Spark, Apache HBase,
Apache Flink, Apache Hudi, and Presto clusters for big data processing and
analysis.
ECR :- ECR stands for Amazon Elastic Container Registry. It is a fully managed
Docker container registry service provided by Amazon Web Services (AWS). ECR allows
users to store, manage, and deploy Docker container images securely.
Amazon Kinesis Video Streams :- Amazon Kinesis Video Streams is a fully managed AWS
service designed to securely capture, process, and store video data for analytics
and machine learning applications. It enables you to ingest real-time video streams
from various sources, such as cameras and other devices, and then process and
analyze the data in real-time or store it for later retrieval and analysis.
AWS Quick Start reference deployments :- AWS Quick Starts are pre-built templates
or reference architectures designed to expedite the deployment of popular
technologies on AWS
AWS Elastic Beanstalk :- Elastic Beanstalk allows you to quickly deploy and manage
applications in the AWS cloud without worrying about infrastructure management.
Amazon Kinesis :- Amazon Kinesis enables you to collect, process, and analyze real-
time streaming data at scale.
It consists of three services: Kinesis Data Streams for real-time data
ingestion, Kinesis Data Firehose for data delivery and processing, and Kinesis Data
Analytics for real-time data analytics.
AWS Support Center :- AWS Support Center provides technical support and assistance
to AWS customers, helping them troubleshoot issues, resolve problems, and optimize
their use of AWS services.
AWS Managed Services (AMS) :- AWS Managed Services (AMS) provides managed
infrastructure services for operating AWS environments, including provisioning,
monitoring, patching, and backup management.
AMS follows AWS best practices and operational procedures to ensure the
security, reliability, and performance of AWS environments, allowing customers to
focus on their core business activities.
AWS CodeStar :- AWS CodeStar provides project templates for quickly setting up and
deploying applications using AWS services such as CodeCommit, CodeBuild,
CodePipeline, and AWS Lambda.
It offers an integrated development environment with built-in code editing,
version control, and collaboration tools for development teams.
AWS Secrets Manager :- AWS Secrets Manager is a fully managed service that helps
you securely store, manage, and retrieve sensitive information such as passwords,
API keys, and database credentials.
It provides a centralized repository for storing secrets, allowing you to
easily manage access permissions, rotation policies, and audit trails for all your
secrets.
AWS Macie :- AWS Macie is a fully managed data security and privacy service that
helps you discover, classify, and protect sensitive data stored in AWS.
VPC Peering :- VPC Peering allows you to establish a private network connection
between two VPCs (Virtual Private Clouds) within the same AWS region.VPC Peering
supports transitive peering.VPC Peering operates at the network layer and does not
involve any gateway devices, VPN connections, or internet traffic, ensuring secure
and private communication between peered VPCs.
VPC Sharing :- VPC Sharing enables you to share resources such as subnets, route
tables, security groups, and network ACLs (Access Control Lists) between multiple
AWS accounts within the same AWS Organization.
VPC EndPoint :- A VPC Endpoint allows you to privately connect your VPC to AWS
services without requiring internet gateway or NAT instances. This ensures that
traffic between your VPC and the AWS service stays within the AWS network and
doesn't traverse the public internet.
There are two types of VPC endpoints: Gateway Endpoint and Interface
Endpoint. Gateway endpoints are used for connecting to AWS services like S3 and
DynamoDB, while interface endpoints are used for connecting to AWS PrivateLink-
powered services and Marketplace partner services.
AWS Transit Gateway :- AWS Transit Gateway is a fully managed service that
simplifies network connectivity by acting as a central hub for connecting multiple
VPCs, VPNs, and on-premises networks.
Transit Gateway supports transitive routing, allowing traffic to flow between
connected networks without the need for complex peering relationships or routing
configurations.
AWS Trusted Advisor - AWS offers premium services such as AWS Trusted Advisor,
which provides real-time guidance to help you reduce cost, increase performance,
and improve security.
Amazon X-Ray :-
AWS X-Ray is a distributed tracing service provided by Amazon Web Services (AWS)
that helps developers analyze and debug applications. It provides end-to-end
visibility into requests as they travel through various services and components of
a distributed application, allowing developers to identify performance bottlenecks
and troubleshoot errors more effectively. With X-Ray, you can visualize the flow of
requests, track their latency, and identify service dependencies and issues.X-Ray
also integrates with AWS CloudWatch for monitoring and with AWS Lambda for
automatic tracing of serverless functions, enabling comprehensive insights into
application performance and behavior.