(DVO315) Log, Monitor and Analyze your IT with Amazon CloudWatchAmazon Web Services
?
You may already know that you can use Amazon CloudWatch to view graphs of your AWS resources like Amazon Elastic Compute Cloud instances or Amazon Simple Storage Service. But, did you know that you can monitor your on-premises servers with Amazon CloudWatch Logs? Or, that you can integrate CloudWatch Logs with Elasticsearch for powerful visualization and analysis? This session will offer a tour of the latest monitoring and automation capabilities that we¡¯ve added, how you can get even more done with Amazon CloudWatch.
IaC? AWS??? ???? - ??? (AUSG) :: AWS Community Day Online 2021AWSKRUG - AWS???????
?
This document discusses managing AWS infrastructure using Infrastructure as Code (IaC). It begins by describing some limitations of manually managing resources through the AWS Console, such as not being able to easily track resource history or rollback changes. It then introduces AWS Cloud Development Kit (CDK) as a framework for defining cloud infrastructure as code using templates. CDK allows infrastructure to be managed programmatically like code, enabling easier version control, testing, and multi-environment deployments compared to manual methods. Some examples of using CDK to define VPCs, security groups, and deploying Fargate tasks and RDS instances are also provided. Lastly, some limitations of CDK are discussed.
Amazon EC2 provides a broad selection of instance types to accommodate a diverse mix of workloads. In this session, we provide an overview of the Amazon EC2 instance platform, key features, and the concept of instance generations.
Docker containers have become a key component of modern application design. Increasingly, developers are breaking their applications apart into smaller components and distributing them across a pool of compute resources.
This document introduces Amazon EKS, a managed Kubernetes service that makes it easy to run Kubernetes on AWS. Some key points:
- EKS manages the control plane components needed to run Kubernetes clusters, eliminating the overhead of maintaining the control plane.
- It provisions and manages the Kubernetes control plane across multiple availability zones, providing high availability.
- It also integrates tightly with other AWS services like IAM, VPC networking, security groups, load balancers, and more for a native AWS experience.
- EKS is based on the open source Kubernetes project and allows users to leverage the same APIs, tooling, and features while benefiting from the scalability of AWS.
The document describes Amazon EKS (Elastic Container Service for Kubernetes), including an overview of EKS, its architecture, features, and integration with other AWS services. Key points include: EKS manages Kubernetes control planes and nodes are launched in the customer's VPC, EKS supports networking via the AWS VPC CNI plugin, and EKS provides security and access management using IAM roles and policies.
IaC? AWS??? ???? - ??? (AUSG) :: AWS Community Day Online 2021AWSKRUG - AWS???????
?
This document discusses managing AWS infrastructure using Infrastructure as Code (IaC). It begins by describing some limitations of manually managing resources through the AWS Console, such as not being able to easily track resource history or rollback changes. It then introduces AWS Cloud Development Kit (CDK) as a framework for defining cloud infrastructure as code using templates. CDK allows infrastructure to be managed programmatically like code, enabling easier version control, testing, and multi-environment deployments compared to manual methods. Some examples of using CDK to define VPCs, security groups, and deploying Fargate tasks and RDS instances are also provided. Lastly, some limitations of CDK are discussed.
Amazon EC2 provides a broad selection of instance types to accommodate a diverse mix of workloads. In this session, we provide an overview of the Amazon EC2 instance platform, key features, and the concept of instance generations.
Docker containers have become a key component of modern application design. Increasingly, developers are breaking their applications apart into smaller components and distributing them across a pool of compute resources.
This document introduces Amazon EKS, a managed Kubernetes service that makes it easy to run Kubernetes on AWS. Some key points:
- EKS manages the control plane components needed to run Kubernetes clusters, eliminating the overhead of maintaining the control plane.
- It provisions and manages the Kubernetes control plane across multiple availability zones, providing high availability.
- It also integrates tightly with other AWS services like IAM, VPC networking, security groups, load balancers, and more for a native AWS experience.
- EKS is based on the open source Kubernetes project and allows users to leverage the same APIs, tooling, and features while benefiting from the scalability of AWS.
The document describes Amazon EKS (Elastic Container Service for Kubernetes), including an overview of EKS, its architecture, features, and integration with other AWS services. Key points include: EKS manages Kubernetes control planes and nodes are launched in the customer's VPC, EKS supports networking via the AWS VPC CNI plugin, and EKS provides security and access management using IAM roles and policies.