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

This version

1.1.8

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

File metadata

File hashes

Hashes for gammarer.aws-ec2-instance-connect-custom-resource-1.1.8.tar.gz
Algorithm Hash digest
SHA256 e1fa5ee316c317629e32df4fb0bc05bc8a1d24b8008604b5a4b11274aaa6b4af
MD5 5369f8fdcca7b8db28ca39617a10b364
BLAKE2b-256 84d215ff5bf4168ea9b04609d3f0e09a4653e122f70d30535749dee4bc838817

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarer.aws_ec2_instance_connect_custom_resource-1.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 bb2b10edc8008056ddf2a2969ab7ce0cf62d1d4a3612ead603e1998c878dcf8e
MD5 8a07518396c2bf10fd69ddf7f53aeda4
BLAKE2b-256 42b22c9dcd4c12ce1efcbf05e86b7620183e7f8b9e89766b7ef0fdd17e5e25b1

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