Skip to main content

AWS EC2 instance connect custom resource

Project description

GitHub npm (scoped) PyPI Nuget Sonatype Nexus (Releases) GitHub Workflow Status (branch) GitHub release (latest SemVer)

AWS EC2 Instance Connect Custom Resource

AWS EC2 instance connect custom resource

Resources

This construct creating resource list.

  • AWS Custom Resource

    • Lambda Function Iam Role
    • Lambda Function
    • Custom Resource Iam Role
    • Custom Policy

Install

TypeScript

npm install @gammarer/aws-ec2-instance-connect-custom-resource
# or
yarn add @gammarer/aws-ec2-instance-connect-custom-resource

Python

pip install gammarer.aws-ec2-instance-connect-custom-resource

C# / .NET

dotnet add package Gammarer.CDK.AWS.Ec2InstanceConnectCustomResource

Java

Add the following to pom.xml:

<dependency>
  <groupId>com.gammarer</groupId>
  <artifactId>aws-ec2-instance-connect-custom-resource</artifactId>
</dependency>

Example

import { EC2InstanceConnectCustomResource } from '@gammarer/aws-ec2-instance-connect-custom-resource';

new EC2InstanceConnectCustomResource(stack, 'EC2InstanceConnectCustomResource', {
  subnetId: 'example-subnet-id',
  securityGroupIds: [
    'example-security-group-id',
  ],
});

License

This project is licensed under the Apache-2.0 License.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file gammarer.aws-ec2-instance-connect-custom-resource-1.1.19.tar.gz.

File metadata

File hashes

Hashes for gammarer.aws-ec2-instance-connect-custom-resource-1.1.19.tar.gz
Algorithm Hash digest
SHA256 adfb7836e97f1b47fab01fc878d59c1bd53a159085f587ba1086cf11d1300766
MD5 2a295db6b6987b71322466269f3bdcf2
BLAKE2b-256 881e0288c50716d5ceaa6f2b75598091c02db7572f5210d71170f43f1d07d5a7

See more details on using hashes here.

File details

Details for the file gammarer.aws_ec2_instance_connect_custom_resource-1.1.19-py3-none-any.whl.

File metadata

File hashes

Hashes for gammarer.aws_ec2_instance_connect_custom_resource-1.1.19-py3-none-any.whl
Algorithm Hash digest
SHA256 17c44c352e489a855c626e2d0ff5693bff1279e2fac2c52223db9ba66b75707a
MD5 fff3c1d1259c89d967681278182785c4
BLAKE2b-256 6c2940a5da0ea0d61a9f1dd4d87e425b07b18b3aa1f281403b46524bcce9ed4a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page