The document discusses Amazon Route 53 and Route 53 Resolver for hybrid cloud DNS. It explains that Route 53 Resolver allows DNS queries to be resolved between on-premises networks and AWS resources using private and public DNS zones. It provides examples of configuring inbound and outbound endpoints to allow resolution of queries from VPCs and on-premises to internet domains and private domains. The document also mentions additional capabilities like resolving queries for internal domain names in a VPC.
The document provides information about an AWS webinar on AWS Systems Manager presented by Solutions Architect Kayoko Ishibashi. It includes an agenda for the webinar covering an overview of AWS Systems Manager, demonstrations of key features like resource groups, inventory, automation, and security best practices. The webinar aims to help participants understand the overall capabilities of AWS Systems Manager and how it can be used to securely manage and operate AWS environments and hybrid environments at scale.
This document provides an overview and agenda for an AWS webinar on AWS Glue. It introduces AWS Glue as a fully managed and serverless ETL service that can manage metadata for various data sources. The webinar will cover the background of AWS Glue, its key features including being serverless and enabling secure development in notebooks, use cases, pricing, and a conclusion. It also provides details on the components and functions of AWS Glue like the data catalog, orchestration, and serverless engines.
This document provides information about an AWS webinar on AWS CodeStar and AWS CodePipeline held on November 11, 2020. It includes an agenda that covers the need for CI/CD, an overview of AWS CodeStar features, an overview of AWS CodePipeline features, common questions, and a conclusion. The presenter is Hiroki Yamaguchi from Amazon Web Services Japan. Attendees can ask questions during the webinar.
AWS Japan YouTube 公式チャンネルでライブ配信された 2022年4月26日の AWS Developer Live Show 「Infrastructure as Code 談議 2022」 の資料となります。 当日の配信はこちら からご確認いただけます。
https://youtu.be/ed35fEbpyIE
- The document discusses AWS X-Ray, a service that allows users to analyze and debug distributed applications.
- It provides visibility into requests as they travel through various services, microservices, functions and resources. This helps identify performance bottlenecks and the root causes of errors.
- The key concepts discussed are segments, subsegments and traces. Segments represent units of work and are connected through parent/child relationships to reconstruct request flows.
This document summarizes an AWS webinar about Amazon AppStream 2.0. The webinar covered key features of AppStream 2.0 like hosting desktop applications in the cloud, bringing applications to any device, and integrating with Active Directory for single sign-on. It also compared AppStream 2.0 to Amazon WorkSpaces and discussed pricing and deployment options. The presenter took questions from webinar participants and provided resources for learning more about AppStream 2.0.
29回勉強会資料「PostgreSQLのリカバリ超入門」
See also http://www.interdb.jp/pgsql (Coming soon!)
初心者向け。PostgreSQLのWAL、CHECKPOINT、 オンラインバックアップの仕組み解説。
これを見たら、次は→ http://www.slideshare.net/satock/29shikumi-backup
20191002 AWS Black Belt Online Seminar Amazon EC2 Auto Scaling and AWS Auto S...Amazon Web Services Japan
This document discusses Amazon EC2 Auto Scaling and AWS Auto Scaling. It provides an overview of EC2 Auto Scaling for scaling EC2 instances, Application Auto Scaling for services like ECS, and AWS Auto Scaling which unifies scaling across different AWS resources. It also covers various scaling options like target tracking, step scaling policies, and scheduled scaling. Best practices for setting up auto scaling groups and examples of using different scaling configurations are presented.
This document provides information about an AWS webinar on AWS CodeStar and AWS CodePipeline held on November 11, 2020. It includes an agenda that covers the need for CI/CD, an overview of AWS CodeStar features, an overview of AWS CodePipeline features, common questions, and a conclusion. The presenter is Hiroki Yamaguchi from Amazon Web Services Japan. Attendees can ask questions during the webinar.
AWS Japan YouTube 公式チャンネルでライブ配信された 2022年4月26日の AWS Developer Live Show 「Infrastructure as Code 談議 2022」 の資料となります。 当日の配信はこちら からご確認いただけます。
https://youtu.be/ed35fEbpyIE
- The document discusses AWS X-Ray, a service that allows users to analyze and debug distributed applications.
- It provides visibility into requests as they travel through various services, microservices, functions and resources. This helps identify performance bottlenecks and the root causes of errors.
- The key concepts discussed are segments, subsegments and traces. Segments represent units of work and are connected through parent/child relationships to reconstruct request flows.
This document summarizes an AWS webinar about Amazon AppStream 2.0. The webinar covered key features of AppStream 2.0 like hosting desktop applications in the cloud, bringing applications to any device, and integrating with Active Directory for single sign-on. It also compared AppStream 2.0 to Amazon WorkSpaces and discussed pricing and deployment options. The presenter took questions from webinar participants and provided resources for learning more about AppStream 2.0.
29回勉強会資料「PostgreSQLのリカバリ超入門」
See also http://www.interdb.jp/pgsql (Coming soon!)
初心者向け。PostgreSQLのWAL、CHECKPOINT、 オンラインバックアップの仕組み解説。
これを見たら、次は→ http://www.slideshare.net/satock/29shikumi-backup
20191002 AWS Black Belt Online Seminar Amazon EC2 Auto Scaling and AWS Auto S...Amazon Web Services Japan
This document discusses Amazon EC2 Auto Scaling and AWS Auto Scaling. It provides an overview of EC2 Auto Scaling for scaling EC2 instances, Application Auto Scaling for services like ECS, and AWS Auto Scaling which unifies scaling across different AWS resources. It also covers various scaling options like target tracking, step scaling policies, and scheduled scaling. Best practices for setting up auto scaling groups and examples of using different scaling configurations are presented.
2017/11/15 に開催された,AWS Solution Days AI & Machine Learning Day の発表資料です.
https://pages.awscloud.com/jp.AWSSolutionDays2017.aidlml.20171115.html
43. ユーザーマクロの連携
classmethod.jp 43
I T
EC2
Region
I T
Web
{$THRESHOLD}
{$REGION}
{$NAMESPACE}
{$DIM_̲NAME}
{$THRESHOLD}
{$DIM_̲VALUE}
{$NAMESPACE}: AWS/EC2
{$RGION}: ap-‐‑‒northeast-‐‑‒1
{$DIM_̲NAME}: InstanceId
{$DIM_̲VALUE}: i-‐‑‒xxxxxxx
{$THRESHOLD}: 90
62. ELBインスタンス数
ec2 = AWS::EC2.new()
if params['f_̲key'].nil?
eni = ec2.network_̲interfaces
else
eni = ec2.network_̲interfaces.filter(params['f_̲key'],
params['f_̲value'])
end
case params['mode']
when 'count' then
puts eni.count
end
classmethod.jp 62
72. Zabbixエージェントの設定
[ec2-‐‑‒user@ec2 ~∼]$ cat /etc/zabbix/zabbix_̲agentd.conf
# This is a config file for the Zabbix agent daemon (Unix)
# To get more information about Zabbix, visit http://www.zabbix.com
# (中略略)
Server=10.255.0.158
ServerActive=10.255.0.158
# (中略略)
# Hostname=
HostnameItem=system.hostname
classmethod.jp 72
Zabbixのホスト名にOSのhostnameを利利⽤用する