AWS
https://docs.aws.amazon.com/ja_jp/AmazonRDS/latest/UserGuide/blue-green-deployments-creating.htmlhttps://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-install-cli.html RDS for MySQL DB インスタンスのブルー/グリーンデプロイを作成する…
https://docs.aws.amazon.com/ja_jp/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html -- 1. VPC、サブネット作成 cat <<-'EOF' > main.tf provider "aws" { region = "ap-northeast-1"} resource "aws_vpc" "vpc01" { cidr_block = "10.0.0.…
https://dev.classmethod.jp/articles/change-instance-type-on-ec2/https://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2-instance-resize.html -- 1. VPC、サブネット作成 cat <<-'EOF' > main.tf provider "aws" { region = "ap-northeast-1"}…
https://dev.classmethod.jp/articles/expanding-vpc-cidr/https://dev.classmethod.jp/articles/i-tried-to-add-and-remove-secondary-cidr-in-an-existing-amazon-vpc/ https://docs.aws.amazon.com/cli/latest/reference/ec2/associate-vpc-cidr-block.ht…
https://www.softbank.jp/biz/blog/cloud-technology/articles/202212/alibaba-aws-vpn/ https://www.alibabacloud.com/help/en/vpn/sub-product-ipsec-vpn/developer-reference/api-vpc-2016-04-28-overview-vpns 前提: 基礎ネットワークとEC2インスタンス…
https://docs.aws.amazon.com/ja_jp/elasticloadbalancing/latest/application/create-https-listener.html https://qiita.com/_aaa/items/4162435f6d8b5ef5e10d -- 1. ALB作成 cat <<-'EOF' > main.tf provider "aws" { region = "ap-northeast-1"} variabl…
https://docs.aws.amazon.com/ja_jp/systems-manager/latest/userguide/systems-manager-managedinstances.html https://qiita.com/hyj624117615/items/a6e97e34c222ed0626e0 https://qiita.com/hirosys-biz/items/5e535781433aa9a7caf7 OCIのコンピュートイ…
https://cloudii.jp/news/blog/aws/awsocivpn/https://docs.oracle.com/ja-jp/iaas/Content/Network/Tasks/vpn_to_aws.htmhttps://docs.oracle.com/ja-jp/iaas/Content/Network/Tasks/APIforIPsec.htm OCI → サイト間VPNは無償サービスで、ポート時間料金は…
https://docs.aws.amazon.com/mwaa/latest/userguide/quick-start.htmlhttps://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.htmlhttps://docs.aws.amazon.com/cli/latest/reference/mwaa/https://bunsugi.com/mw…
https://dev.classmethod.jp/articles/mountpoint-for-amazon-s3/https://github.com/awslabs/mountpoint-s3 OS: Amazon Linux 2023 -- 1. コマンド等のインストール -- 1.1 aws cli version 2 インストール curl "https://awscli.amazonaws.com/awscli-exe-…
https://oc-technote.com/aws/lambda-%E4%B8%8D%E8%A6%81%E3%81%AAami%E3%82%92%E5%AE%9A%E6%9C%9F%E5%89%8A%E9%99%A4%E3%81%99%E3%82%8B/https://oc-technote.com/aws/lambda-%e4%b8%8d%e8%a6%81%e3%81%aaami%e3%81%a8%e3%82%b9%e3%83%8a%e3%83%83%e3%83%97…
https://www.kabegiwablog.com/entry/2017/12/27/090000https://qiita.com/empty948/items/e480bca687052d447538https://www.hands-lab.com/tech/t1328/https://dev.classmethod.jp/articles/jq-command-filter-ec2-instance-description/ (1) jqを使用しな…
https://dev.classmethod.jp/articles/amazon-cloudfront-origin-access-control/https://docs.aws.amazon.com/ja_jp/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html -- 1. コマンド等のインストール -- 1.1 aws cl…
https://docs.aws.amazon.com/ja_jp/elasticbeanstalk/latest/dg/using-features.CNAMESwap.html https://dev.classmethod.jp/articles/beanstalk-cname-swap/ https://qiita.com/toshihirock/items/af1b71c9e218a973943b -- 1. コマンド等のインストール --…
https://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITerminationhttps://dev.classmethod.jp/articles/tsnote-ec2-disable-termination-001/ -- 1. EC2インスタンス起動(削除保護有効) aws ec2…
https://docs.aws.amazon.com/ja_jp/redshift/latest/dg/c_intro_system_tables.html https://dev.classmethod.jp/articles/20230310-amazon-redshift-rpu-8/ https://blog.serverworks.co.jp/amazon-redshift-serverless-overview#%E7%84%A1%E6%96%99%E5%88…
https://docs.aws.amazon.com/ja_jp/lambda/latest/dg/urls-tutorial.htmlhttps://dev.classmethod.jp/articles/try-aws-lambda-function-urls/ -- 1. IAMロール作成vim role01.json { "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "All…
https://zoo200.net/aws-cli-switch-role-restrict-mfa/ https://docs.aws.amazon.com/ja_jp/cli/latest/userguide/cli-configure-role.html#cli-configure-role-mfa アカウントAで、アカウントBが引き受けできる共有ロールを、MFA制限ありで作成する MFAが…
https://docs.aws.amazon.com/ja_jp/AmazonECR/latest/userguide/LifecyclePolicies.html ライフサイクルポリシーを作成すると、影響を受けるイメージが 24 時間以内に有効期限切れになります。 -- 1. コマンド等のインストール -- 1.1 aws cli version 2 イ…
https://docs.aws.amazon.com/ja_jp/athena/latest/ug/partitions.htmlhttps://aws.amazon.com/jp/premiumsupport/knowledge-center/athena-create-use-partitioned-tables/https://docs.aws.amazon.com/ja_jp/athena/latest/ug/lazy-simple-serde.htmlhttps…
https://dev.classmethod.jp/articles/serverless-is-now-available-for-amazon-neptune-a-graph-database/https://docs.aws.amazon.com/ja_jp/neptune/latest/userguide/neptune-serverless.html -- 1. コマンド等のインストール -- 1.1 aws cli version 2 …
https://docs.aws.amazon.com/ja_jp/redshift/latest/mgmt/working-with-serverless.html https://dev.classmethod.jp/articles/20220805-amazon-redshift-serverless-prd/https://dev.classmethod.jp/articles/20220805-amazon-redshift-serverless/ -- 1. …
https://docs.aws.amazon.com/ja_jp/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.htmlhttps://dev.classmethod.jp/articles/aurora-serverless-v2-ga/ -- 1. コマンド等のインストール -- 1.1 aws cli version 2 インストール curl "https://aws…
vim aws_check_resources.sh #!/bin/bash # リージョンR=(ap-northeast-1ap-northeast-3us-east-1us-east-2us-west-1us-west-2eu-north-1ap-south-1eu-west-3eu-west-2eu-west-1ap-northeast-2sa-east-1ca-central-1ap-southeast-1ap-southeast-2eu-central-…
https://qiita.com/hyj624117615/items/ca4a8bc8c269098aaeef 作業端末: macOS 12.4 -- 1. 準備作業【AWS】 curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"sudo installer -pkg AWSCLIV2.pkg -target /which awsaws --version -- 2. …
https://dev.classmethod.jp/articles/aws-s3-rest-api-access-vpc/https://aws.amazon.com/jp/premiumsupport/knowledge-center/block-s3-traffic-vpc-ip/https://dev.classmethod.jp/articles/vpc-endpoint-gateway-type/ 作業概要EC2インスタンスを2つ作…
https://dev.classmethod.jp/articles/set-route-53-private-zone-across-accounts/https://dev.classmethod.jp/articles/vpc-peering-different-awsaccount/ 前提: アカウント: AVPC: 10.0.0.0/16サブネット: 10.0.0.0/24プライベートホストゾーン名: zone2…
https://catalog.us-east-1.prod.workshops.aws/workshops/b3e0b830-79b8-4c1d-8a4c-e10406600035/ja-JP https://qiita.com/ekzemplaro/items/a95df050833204c266fb モノ -- 証明書 -- ポリシー -- 1. コマンド等のインストール -- 1.1 aws cli version 2 イ…
https://dev.classmethod.jp/articles/aws-iot-events-ga/ https://docs.aws.amazon.com/ja_jp/iotevents/latest/developerguide/iotevents-getting-started.html https://docs.aws.amazon.com/ja_jp/iotevents/latest/developerguide/iotevents-simple-exam…
https://catalog.us-east-1.prod.workshops.aws/workshops/03a4f79f-6971-441f-bc12-e8b755392d2c/ja-JPhttps://docs.aws.amazon.com/iotanalytics/latest/userguide/quickstart.html#quickstart-create-channel -- 1. コマンド等のインストール -- 1.1 aws …