Wednesday, July 26, 2023

Deploy Cloud Resources from AWS Service Catalog

 

Deploy Cloud Resources from AWS Service Catalog


AWS Service Catalog plays a fundamental role in the governance at scale framework. It lets organizations deploy and manage the AWS infrastructure and applications that comply with their security and operational policies, enforce standardization, and stay in budget. AWS Service Catalog supports everything from virtual machine images, servers, software, and databases, to complete multitier application architectures.


In this lab, you create an AWS Service Catalog portfolio with a product that deploys an Amazon Elastic Compute Cloud (Amazon EC2) instance in a private subnet. You then use constraints to limit the instance size and apply AWS Identity and Access Management (IAM) permissions that are used to launch the product. Finally, you deploy a new EC2 instance from the AWS Service Catalog.


TOPICS COVERED

By the end of this lab, you will be able to:


Create an AWS Service Catalog portfolio and product

Configure constraints to limit the scope of a product

Grant access to an IAM role to view and launch a product

Deploy an Amazon EC2 instance from the AWS Service Catalog


EC2TemplateUrl

https://us-west-2-tcprod.s3.amazonaws.com/courses/ILT-TF-200-PTSECT/v1.4.4.prod-552495e6/lab-1/scripts/EC2-instance-catalog-item.yaml

https://us-west-2-tcprod.s3.amazonaws.com/courses/ILT-TF-200-PTSECT/v1.4.4.prod-552495e6/lab-1/scripts/EC2-instance-catalog-item.yaml


S3TemplateUrl

https://us-west-2-tcprod.s3.amazonaws.com/courses/ILT-TF-200-PTSECT/v1.4.4.prod-552495e6/lab-1/scripts/S3-bucket-catalog-item.yaml

https://us-west-2-tcprod.s3.amazonaws.com/courses/ILT-TF-200-PTSECT/v1.4.4.prod-552495e6/lab-1/scripts/S3-bucket-catalog-item.yaml

No comments:

Post a Comment

Kubernetes Commands for Beginners

 This document provides a list of basic Kubernetes commands useful for beginners. These commands help in interacting with the cluster and ma...