About 634,000 results
Open links in new tab
  1. aws_key_pair | Resources | hashicorp/aws - Terraform Registry

    Provides an EC2 key pair resource. A key pair is used to control login access to EC2 instances. Currently this resource requires an existing user-supplied key pair. This key pair's public key …

  2. Amazon EC2 key pairs and Amazon EC2 instances

    A key pair, consisting of a public key and a private key, is a set of security credentials that you use to prove your identity when connecting to an Amazon EC2 instance.

  3. Terraform module to create AWS EC2 key pair resources

    Sometimes you need to have a way to create key pair conditionally but Terraform does not allow to use count inside module block, so the solution is to specify argument create_key_pair.

  4. How To Create Key Pair In AWS Using Terraform - GeeksforGeeks

    Jul 23, 2025 · Key pairs comprise of a public key and a private key, where the public key is utilized to encrypt data, and the private key is utilized to decrypt it. This guide gives a step-by …

  5. How to Create AWS Key Pairs Using Terraform - Medium

    Nov 2, 2024 · Using Terraform to create an AWS Key Pair allows you to automatically generate and manage SSH keys for connecting to EC2 instances. Here’s a step-by-step guide to …

  6. How to Create Key Pair in AWS using Terraform in Right Way

    Feb 8, 2023 · At this point, there are two prominent ways in which you can generate a key and provide the public key to public_key attribute of aws_key_pair resource to create a key pair.

  7. Terraform aws_key_pair English - Runebook.dev

    Provides an EC2 key pair resource. A key pair is used to control login access to EC2 instances. Currently this resource requires an existing user-supplied key pair. This key pair's public key …

  8. Create a key pair for your Amazon EC2 instance

    Key pair creation, secure storage, and usage for connecting to Amazon EC2 instances covered, including public key placement, lost key recovery, and Session Manager alternative.

  9. Aws_key_pair - Terraform - W3cubDocs

    Provides an EC2 key pair resource. A key pair is used to control login access to EC2 instances. Currently this resource requires an existing user-supplied key pair. This key pair's public key …

  10. aws_key_pair | Data Sources - Terraform Registry

    The arguments of this data source act as filters for querying the available Key Pairs. The given filters must match exactly one Key Pair whose data will be exported as attributes.