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.17.tar.gz.

File metadata

File hashes

Hashes for gammarer.aws-ec2-instance-connect-custom-resource-1.1.17.tar.gz
Algorithm Hash digest
SHA256 61b0b34046c65dd052ca06ad13395765d6614b4534fb3a632ddb0c4bf8a9357a
MD5 2fe6e6d7577e3b79569548c9aeecd66b
BLAKE2b-256 0eae6bd34fe3b1e5dfc0237f0e501cfdf45f7962e863c4bf73c35616e5ca59cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarer.aws_ec2_instance_connect_custom_resource-1.1.17-py3-none-any.whl
Algorithm Hash digest
SHA256 5e377f7599afd8bde3a6c8a60817f15364225babf517b1756948a06ba7fc5023
MD5 e502279ae08c384a29fde97b5f34f57e
BLAKE2b-256 63064202d783680850869ad86b9d30abd48d58dd64d067e4e14e8070cde5ca19

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