Skip to main content

AWS EC2 instance connect custom resource

Project description

GitHub npm (scoped) PyPI

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

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

File metadata

File hashes

Hashes for gammarer.aws-ec2-instance-connect-custom-resource-0.5.11.tar.gz
Algorithm Hash digest
SHA256 a35da868088965ce37cf2458bae50e84eac3463f029dba9c4d41f7c23807f04a
MD5 5a278265b5a9a6d9e7b36acee88c4dd5
BLAKE2b-256 c935db2ee81dbf055a65ffa1ec5fb1abf4f3cdc3d15e85afb3a27142f7c2ca18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarer.aws_ec2_instance_connect_custom_resource-0.5.11-py3-none-any.whl
Algorithm Hash digest
SHA256 53d61c83089daf9d3eea8ff77656b82eced9828d071580d3211f6fbf8027090e
MD5 64a62e1e50a43dc1d74c172a1cbc80e5
BLAKE2b-256 2da2ff8876e6674269d3f0323470ae79e7ebc9acbc14efa83b6f0545d6048957

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