• 【AWS】超入門環境構築(1)ーーVPC構築


    今回の内容は、仕事のため、AWSを勉強します。

    初心者として、資料を作成します。何が不正があれば、ご指摘をいただき、お幸せになりたい。

    環境URL:https://aws.amazon.com/cn/console/

    条件:①メール ②携帯 ③クレジットカード ④海外

    ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

    ステップ①:一つのElasticIPの申請

    ・メニュー「ElasticIPs」⇒「Allocate new address」⇒IPv4「Amazon pool」を選択⇒「Allocate」 

    ・Nameの変更必要

     ※「Name」の変更が必要

    ステップ②:CreateVPC(public + private)

    VPC Dashboardの「launch VPC Wizard」⇒「public+private」

    ※1:「public」と「private」の[Availablity Zone]には、一致にしてください。例:「public⇒a1」、「private⇒a1」

    ※2:IPの指定について、下記のルールにしてください。

    ①「IPv4 CIDR block : 10.0.0.0/16 」⇒「 public ipv4 :10.0.0.0/24」⇒「private ipv4 : 10.0.1.0/24」

    ②「IPv4 CIDR block : 10.0.100.0/22 」⇒「 public ipv4 :10.0.100.0/24」⇒「private ipv4 : 10.0.101.0/24」

    ※:「VPC Name」と「Elastic IP Allocation ID」の変更が必要

     ここまで、VPCの構築が完了です。

    ステップ③:内容確認

    ・Subnets

    ※:「public」と「private」は、二つレコードがある

    ・Route Tables

    ・NAT Gateways

    ・Internet Gateways

    ・Network ACLS

    ・Security Groups

    【内部】

    ◆Inbound Rules

    ※:sourceには、「IPv4 CIDR block」と一致してください。

    ◆Outbound Rules

    【外部】

    ◆Inbound Rules

    ◆Outbound Rules

    【公開】

    ◆Inbound Rules

    ◆OutBound Rules

     

  • 相关阅读:
    jsp 说明标签
    atcoder 它February 29th
    centos编译内核:no space left on device 解
    《Javascript权威指南》十六学习笔记:BOM资源---BOM基本应用
    2014ACM/ICPC亚洲区域赛牡丹江站汇总
    Swift_3_功能
    ExtJs在disabled和readOnly美学分析
    android -- 蓝牙 bluetooth (四)OPP文件传输
    android -- 蓝牙 bluetooth (三)搜索蓝牙
    android -- 蓝牙 bluetooth (二) 打开蓝牙
  • 原文地址:https://www.cnblogs.com/lnsylt/p/12842158.html
Copyright © 2020-2023  润新知