0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

AWS関連で困った時の参考URL

Last updated at Posted at 2021-07-19

AWSで自身が頻繁に使うサイトを載せておきます

#codeDeploy関連
[Amazon Linux または RHEL 用の CodeDeploy エージェントをインストール]
(https://docs.aws.amazon.com/ja_jp/codedeploy/latest/userguide/coでdedeploy-agent-operations-install-linux.html)
用途:Amazon LinuxでCodeDeployする際の、codeDeloyエージェントをインストールする方法

チュートリアル: Amazon EC2 インスタンス(Amazon Linux または Red Hat エンタープライズ Linux および Linux、macOS、UNIX)に WordPress
用途:Ec2にcodeDeployを用いて、Wordpressを入れる方法(コマンド確認用)

#AWS Cli関連
[設定ファイルと認証情報ファイルの設定]
(https://docs.aws.amazon.com/ja_jp/cli/latest/userguide/cli-configure-files.html)
用途:コマンドラインで、EC2からコマンドを叩く際に、どのIAMで認証するかの設定の確認

[Installing, updating, and uninstalling the AWS CLI version 2 on Linux]
(https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html)
用途:AWS CLIのインストール or ver2へのUPDATE方法

#code関連
gitHubがPriveteの場合、CodePipelineのブランチ設定が認識しない

#ECS関連
[プライベートレジストリの認証]
(https://docs.aws.amazon.com/ja_jp/AmazonECR/latest/userguide/registry_auth.html)
[リポジトリの作成]
(https://docs.aws.amazon.com/ja_jp/AmazonECR/latest/userguide/repository-create.html)
[Docker イメージをプッシュする]
(https://docs.aws.amazon.com/ja_jp/AmazonECR/latest/userguide/docker-push-ecr-image.html)
用途:ローカルのdockerファイルをECSへpushする時の公式手順

#その他
[AWS サービスエンドポイント]
(https://docs.aws.amazon.com/ja_jp/general/latest/gr/rande.html)
用途:AWSのサービスエンドポイントの一覧(よく忘れるので、、)

今は公式のみ
随時必要と感じたのは、こちらに記載する

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?