Amazon Web Services
AWS クラウドサービス活用資料集トップ
障害情報の Slack 通知
code:slack
/feed subscribe status.aws.amazon.com/rss/all.rss
AWSコンテナBlackBelt2021
構築
マルチ AZ にて冗長化
AutoScaling の利用
プライベート環境の外部通信は NAT Gateway を利用する
ELB を利用して EC2 に直接アクセスさせない
コンピュート
Amazon EC2
ELB
AWS Elastic Beanstalk
AWS Lambda
AWS Batch
Amazon ECS
Amazon EKS
AWS Fargate
セキュリティ
AWS CloudTrail
AWS Config
AWS GuardDuty
AWS Shield
AWS Security Hub
認証認可
AWS IAM
Amazon Cognito
AWS Directory Service
AWS Organizations
Tips
EC2 サーバなどの IP アドレス帯
https://ip-ranges.amazonaws.com/ip-ranges.json
東京リージョンと大阪リージョンの EC2 アドレス体の取得
code:shell
$ curl -s https://ip-ranges.amazonaws.com/ip-ranges.json | jq '.prefixes[] | select(.region=="ap-northeast-1" or .region=="ap-northeast-2") | select(.service=="EC2") | .ip_prefix'
EIP や NAT Gateway は暗黙的にインターネットゲートウェイに依存している