Member-only story

AWS By Karthick-Dkk

Project: Deploy a Simple Calculator Using AWS Cloud Formation

Building a Calculator in the Cloud: A Fun Guide with Cloud Formation

Karthick Dkk

--

Hey Guys! Welcome to my another blog post. here we will explore about simple project on AWS.

What Are We Building Today?

Here’s the game plan:

  • Deploy an EC2 instance using AWS CloudFormation.
  • Download a simple calculator app from GitHub.
  • Run the app and access it via a web browser.

Sounds easy? Trust us, it is! And if it’s not, at least we’ll have some laughs along the way. 😄

What is a CloudFormation Template?

AWS CloudFormation is an Infrastructure as Code (IaC) service that allows you to define and provision AWS resources in a declarative manner.

We write the CloudFormation Template using a JSON or YAML document that serves as a blueprint for building your AWS infrastructure.

It describes the resources (like EC2 instances, S3 buckets, VPCs, etc.) and their configurations.

Why is CloudFormation Used?

--

--

No responses yet