Complete AWS Certified Cloud Practitioner CLF-C02 2025
Be an AWS Cloud Practitioner with this concise crash course covering all the related CLF-C02 exam topics
4.20 (54 reviews)

440
students
11.5 hours
content
Dec 2024
last update
$74.99
regular price
Why take this course?
terraform {
required_providers { aws = { source = "hashicorp/aws" version = "~> 3.27" # Use the latest stable release of the AWS provider } } }
provider "aws" { region = "us-east-1" # You can change this to your preferred AWS region }
Example resource: An AWS Security Group
resource "aws_security_group" "example" { name = "example-security-group" description = "Example Security Group"
ingress { from_port = 80 to_port = 80 protocol = "tcp" cidr_blocks = ["0.0.0.0/0"] }
egress { from_port = 0 to_port = 0 protocol = "-1" cidr_blocks = ["0.0.0./0" tags = ["example"] }
Course Gallery




Loading charts...
Related Topics
3942130
udemy ID
27/03/2021
course created date
13/04/2023
course indexed date
Bot
course submited by