ステップ2:Amazon EC2の構築

Amazon EC2 (Amazon Elastic Compute Cloud)を構築していきます。


1.下記サイトの項目1〜4を実行

Information

既存のキーペアーが存在する場合は対象を選択してください。

2.ネットワーク設定の”編集”をクリック

3.必要情報を入力し、”インスタンスを起動”をクリック

VPC: vpc-xxx | wp-vpc
サブネット:subnet-xxxxxxx (wp-subnet-public1-ap-northeast-1a)
パブリックIPの自動割り当て:有効化
セキュリティグループ名:ec2-sg
説明:ec2-sg created yyyy-mm-dd
タイプ:ssh
インスタンス数:1

4.下記サイトの項目6〜10を実施

5.下記サイトの項目1〜10を実施

6.MySQLクライアントのインストール

Information

MySQLサーバはAmazon RDSを使用するためインストール不要

sudo dnf install -y mysql-community-client

[ec2-user@ip-172-31-3-128 ~]$ sudo dnf install -y mysql-community-client
MySQL 8.4 LTS Community Server                                    23 MB/s | 853 kB     00:00    
MySQL Connectors Community                                       2.2 MB/s |  74 kB     00:00    
MySQL Tools 8.4 LTS Community                                     10 MB/s | 414 kB     00:00    
Dependencies resolved.
=================================================================================================
 Package                            Arch       Version         Repository                   Size
=================================================================================================
Installing:
 mysql-community-client             x86_64     8.4.4-1.el9     mysql-8.4-lts-community     3.1 M
Installing dependencies:
 mysql-community-client-plugins     x86_64     8.4.4-1.el9     mysql-8.4-lts-community     1.5 M
 mysql-community-common             x86_64     8.4.4-1.el9     mysql-8.4-lts-community     576 k
 mysql-community-libs               x86_64     8.4.4-1.el9     mysql-8.4-lts-community     1.5 M

Transaction Summary
=================================================================================================
Install  4 Packages
〜略〜
    Release notes:
     https://docs.aws.amazon.com/linux/al2023/release-notes/relnotes-2023.6.20250303.html

=================================================================================================

Installed:
  mysql-community-client-8.4.4-1.el9.x86_64   mysql-community-client-plugins-8.4.4-1.el9.x86_64  
  mysql-community-common-8.4.4-1.el9.x86_64   mysql-community-libs-8.4.4-1.el9.x86_64            

Complete!
[ec2-user@ip-172-31-3-128 ~]$ 

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA