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 5 years have passed since last update.

AWS Webinar をやってみた!!!

Posted at

Amazon VPC トレーニング

前回では AWSのwebinar  AWS 初級トレーニング windows編をやってみました。

個人的な感想なのですが、とても分かりやすかったです。

なので続きを! 今回はVPC トレーニングです。

ここで、今日VPCを初めて知った僕のために(笑)
定義を書いておきます。

VPC(virtual private cloud) はAWSのなかのプライベートのクラウドです。

これのメリットは
1.社内でVPN(virtual privare network)をすることができる。
2.オンプレとの簡単にハイブリットできる。
3.すべてのリージョンで操作可能

よってセキュリティを高めることができ、完全に外部と閉じた環境を実現
かつ 自由なネットワーク設計ができるのでとても便利です。

VPC で操作できる構成要素

  1. security group
  2. network Access control
  3. Internet Gateway
  4. NAT
  5. Elastic Network Interface

またVPCを作ってみました!!
subnet を作ったり、EC2を立ち上げてみたりしてみました。(AWS すげーなー)

そのあとRDS セクションから DB(今回はMY SQLを使用)を使ってデータの移行をおこないました

ここまで通して感じたことはわからないことは調べる ということ。

一見単純ですが、stackoverflow や AWS documentation など 
資料はたくさんあるので一人でも全然勉強できると思います。

ということで自己満足終わります。(笑)

0
0
2

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?