AWS EC2 SSH
EC2 SSH allows secure remote access to Amazon EC2 instances for configuration, management, and troubleshooting.
Example Usage
resource "apono_integration" "aws-ec2-ssh-integration" {
name = "AWS EC2 SSH"
type = "aws-ec2-ssh"
connector_id = "apono-connector-id"
connected_resource_types = ["aws-ec2-ssh-server"]
metadata = {
region = "<Region>"
user = "<User>"
groups = "<User Groups>"
shell = "<User's Login Shell>"
user_key_name = "<User Key Name>"
ip_type_preference = "<IP Type Preference>"
cross_account_role_arn = "<Cross Account Role ARN>"
credentials_rotation_period_in_days = "<Credentials rotation period (in days)>"
credentials_cleanup_period_in_days = "<User cleanup after access is revoked (in days)>"
}
aws_secret = {
region = "aws_region_template_value"
secret_id = "aws_secret_id_template_value"
}
}Schema
Integration Config
Last updated
Was this helpful?
