Skip to main content

Posts

Terraform Commands

  Terraform Cheat Sheet terraform version $ terraform version Terraform v1.0.1 on darwin_amd64 terraform init $ terraform init Ask for input if necessary. If false, will error if input was required. $ terraform init -input=false You can also change the backend details using  -backend-config  option.,  reconfigure  will reconfigure the backend, ignoring any saved configuration . $ terraform init -backend-config=PATH/TO/CONFIGURATION_FILE -reconfigure

What is the AWS Provider [ TERRAFORM ] ?

  What is the AWS Provider? Terraform depends on plugins to interact with cloud providers such as AWS, Azure etc. One of the most widely used providers in the AWS provider. This provider interacts with many resources supported by AWS, such as AWS EC2 ,VPC, and many more. Terraform uses AWS Provider with proper credentials to connect with Amazon to manage or deploy of AWS services.

Microsoft Certified: Azure Solutions Architect Expert Course Content

  Prerequisites Successful Azure Architect students have prior experience with operating systems, virtualization, cloud infrastructure, storage structures, and networking: Understanding of on-premises virtualization technologies, including VMs and virtual networking Understanding of network configuration, including TCP/IP, Domain Name System (DNS), virtual private networks (VPNs), firewalls, and encryption technologies Understanding of Active Directory concepts, including domains, forests, and domain controllers If you are new to Azure and cloud computing, consider one of the following resources: Free online: Azure Fundamentals ( https://docs.microsoft.com/learn/paths/azure-fundamentals/ ) Instructor-led course: AZ-900: Azure Fundamentals ( https://docs.microsoft.com/learn/certifications/courses/az-900t01 ) Prerequisites for Azure administrators ( https://docs.microsoft.com/learn/paths/az-104-administrator-prerequisites/ Course outline Module 1: Implement Azure Active Directory In ...

AWS Regions and Zones.

  Regions and Zones Amazon EC2 is hosted in multiple locations world-wide. These locations are composed of Regions, Availability Zones, Local Zones, AWS Outposts, and Wavelength Zones. Each Region is a separate geographic area. • Availability Zones are multiple, isolated locations within each Region.  • Local Zones provide you the ability to place resources, such as compute and storage, in multiple locations closer to your end users.  • AWS Outposts brings native AWS services, infrastructure, and operating models to virtually any data center, co-location space, or on-premises facility.  • Wavelength Zones allow developers to build applications that deliver ultra-low latencies to 5G devices and end users. Wavelength deploys standard AWS compute and storage services to the edge of telecommunication carriers' 5G networks. •   AWS operates state-of-the-art, highly available data centers. Although rare, failures can occur that affect the availability of instances that...