[AWS] Twitter Analysis ~Part5: Create VPC Resource by CloudFormation~

Purpose
In part 5 section, I would like to explain how to VPC resource by CloudFormation. EC2 resources will be deployed in the VPC resource.
VPC Creation by CloudFormation
Firstly, open CloudFormation console.
Click Create stack button.

CloudFormation template is provided AWS site. Select Template is ready and Upload a template file. And upload template file by clicking Choose file.

You can download the template file, vpc_and_iam.yaml, as below URL. Please arrange it according to your requirement.
https://d1.awsstatic.com/Developer%20Marketing/jp/magazine/sample/twitter-dashboard.3e2afda65ad814c5603cadf8c12b8c78822d718d.zip

Input Stack name, TweetFirehoseStreamArm and TwitterAPISecretsArm. You can check the Arm information in the Management Console.

And click Next buttion if you do not need additional setting.

After reviewing the setting and check, click Create stack button.

OK, VPC resource is created successfully !!

That’s all for this chapter. Let’s create EC2 resource in this VPC in the next article. I hope you enjoy it !!
https://eeengineer.com/aws-twitter-analysis-part6-create-ec2-instance-by-applying-cloud9/

Reference
Basically, I followed the procedure provided by AWS webpage. Please refer to below URL if necessary, though it is written in Japanese…
If you think this article is beneficial for you, I would be glad if you click below icon for my motivation.
ブログランキング・にほんブログ村へ

コメント