SOA_EN– category –
-
SOA_EN
CloudWatch metrics streams to deliver metrics to S3 buckets
【CloudWatch metrics streams to deliver metrics to S3 buckets】 This page deals with CloudWatch metrics streams. You can use metric streams to continually stream CloudWatch metrics to a destination of your choice, with near-real-time del... -
SOA_EN
Use S3 lifecycle rules to change the class of objects
【Use S3 lifecycle rules to change the class of objects】 The following pages dealt with object expiration in S3 lifecycle rules. https://awstut.com/en/2023/01/03/s3-lifecycle-rules-delete-expired-objects-en In this article, we will see ... -
SOA_EN
Route53 latency-based routing for ALB
【Route53 latency-based routing for ALB】 One of the routing policies provided by Route 53 is latency-based routing. If your application is hosted in multiple AWS Regions, you can improve performance for your users by serving their reque... -
SOA_EN
Encrypting an RDS DB instance – Step Functions version
【Encrypting an RDS DB instance - Step Functions version】 Consider how to encrypt an unencrypted RDS DB instance. The AWS official explanation is as follows You can only encrypt an Amazon RDS DB instance when you create it, not after th... -
SOA_EN
Use S3 bucket policy to allow or deny access on an address basis – aws:SourceIp
【Use S3 bucket policy to allow or deny access on an address basis - aws:SourceIp】 In the S3 bucket policy, consider setting access restrictions based on global addresses. In this case, the IP address condition operators (IpAddress, Not... -
SOA_EN
Use AWS Config to detect old access keys and disable them with SSM runbook
【Use AWS Config to detect old access keys and disable them with SSM runbook】 One of the AWS SOA topics is on monitoring, logging, and remediation. On the following page, we showed you how to use AWS Config to detect old access keys. ht... -
SOA_EN
AWS WAF String Inspection – Headers/QueryString/Body/Cookies
【AWS WAF String Inspection - Headers/QueryString/Body/Cookies】 One of the features provided by AWS WAF is string match rule statements. A string match statement indicates the string that you want AWS WAF to search for in a request, whe... -
SOA_EN
Automatically tag provisioned products using AWS Service Catalog TagOption Library
【Automatically tag provisioned products using AWS Service Catalog TagOption Library】 One of the AWS SOA topics is related to deployment, provisioning, and automation. The Service Catalog TagOption Library allows you to manage tags for ... -
SOA_EN
Periodically delete old AMIs – SSM Automation runbook version
【Periodically delete old AMIs - SSM Automation runbook version】 In the following pages, we have shown how to use DLM to periodically delete old AMIs. https://awstut.com/en/2023/03/19/introduction-to-data-lifecycle-manager-create-ebs-sn... -
SOA_EN
Periodically delete old AMIs – Step Functions version
【Periodically delete old AMIs - Step Functions version】 For periodic acquisition and deletion of AMIs, AWS provides DLM (Data Lifecycle Manager). https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-lifecycle.html The following...