Reader small image

You're reading from  Architecting AWS with Terraform

Product typeBook
Published inDec 2023
PublisherPackt
ISBN-139781803248561
Edition1st Edition
Right arrow
Author (1)
Erol Kavas
Erol Kavas
author image
Erol Kavas

Erol Kavas has worked in the IT industry for more than 20 years, with 10 years dedicated to infrastructure, the cloud, and DevOps. He has helped many Canadian and US enterprises and governments to build their cloud foundations and embark upon their containerization and Kubernetes journeys. He is fully certified on AWS, Azure, Google Cloud Platform, and Kubernetes in all disciplines. He is a partner and chief consultant in a DevOps and cloud consulting firm that helps Canadian and US start-ups in their cloud and DevOps journeys. He is also a Microsoft Certified Trainer (MCT) regional lead for Canada and trains many new cloud professionals at CloudCamp.
Read more about Erol Kavas

Right arrow

How to design a serverless infrastructure with Terraform

Here are general steps you can follow to design a serverless infrastructure using Terraform:

  1. Identify the components of your infrastructure that can be implemented as serverless resources. This might include things such as APIs, backend workers, and data processing pipelines.
  2. Determine which serverless platforms and services you will use to implement these components. This might include services such as AWS Lambda, Amazon API Gateway, and Amazon DynamoDB, or managed services such as AWS Fargate or AWS AppSync.
  3. Define the required IAM roles and permissions for your serverless resources. This will typically involve creating IAM policies and attaching them to IAM roles that your resources can assume.
  4. Use Terraform to create the necessary infrastructure resources, such as VPCs, security groups, and subnets. You can also use Terraform to create and configure the serverless resources themselves.
  5. Define any dependencies...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Architecting AWS with Terraform
Published in: Dec 2023Publisher: PacktISBN-13: 9781803248561

Author (1)

author image
Erol Kavas

Erol Kavas has worked in the IT industry for more than 20 years, with 10 years dedicated to infrastructure, the cloud, and DevOps. He has helped many Canadian and US enterprises and governments to build their cloud foundations and embark upon their containerization and Kubernetes journeys. He is fully certified on AWS, Azure, Google Cloud Platform, and Kubernetes in all disciplines. He is a partner and chief consultant in a DevOps and cloud consulting firm that helps Canadian and US start-ups in their cloud and DevOps journeys. He is also a Microsoft Certified Trainer (MCT) regional lead for Canada and trains many new cloud professionals at CloudCamp.
Read more about Erol Kavas