Class: AWS.EC2
- Inherits:
-
AWS.Service
- Object
- AWS.Service
- AWS.EC2
- Identifier:
- ec2
- API Version:
- 2016-11-15
- Defined in:
- (unknown)
Overview
Constructs a service interface object. Each API operation is exposed as a function on service.
Service Description
You can access the features of Amazon Elastic Compute Cloud (Amazon EC2) programmatically. For more information, see the Amazon EC2 Developer Guide.
Sending a Request Using EC2
var ec2 = new AWS.EC2();
ec2.applySecurityGroupsToClientVpnTargetNetwork(params, function (err, data) {
if (err) console.log(err, err.stack); // an error occurred
else console.log(data); // successful response
});
Locking the API Version
In order to ensure that the EC2 object uses this specific API, you can
construct the object by passing the apiVersion
option to the constructor:
var ec2 = new AWS.EC2({apiVersion: '2016-11-15'});
You can also set the API version globally in AWS.config.apiVersions
using
the ec2 service identifier:
AWS.config.apiVersions = {
ec2: '2016-11-15',
// other service API versions
};
var ec2 = new AWS.EC2();
Waiter Resource States
This service supports a list of resource states that can be polled using the waitFor() method. The resource states are:
instanceExists, bundleTaskComplete, conversionTaskCancelled, conversionTaskCompleted, conversionTaskDeleted, customerGatewayAvailable, exportTaskCancelled, exportTaskCompleted, imageExists, imageAvailable, instanceRunning, instanceStatusOk, instanceStopped, instanceTerminated, internetGatewayExists, keyPairExists, natGatewayAvailable, natGatewayDeleted, networkInterfaceAvailable, passwordDataAvailable, snapshotCompleted, snapshotImported, securityGroupExists, spotInstanceRequestFulfilled, storeImageTaskComplete, subnetAvailable, systemStatusOk, volumeAvailable, volumeDeleted, volumeInUse, vpcAvailable, vpcExists, vpnConnectionAvailable, vpnConnectionDeleted, vpcPeeringConnectionExists, vpcPeeringConnectionDeleted
Constructor Summary collapse
-
new AWS.EC2(options = {}) ⇒ Object
constructor
Constructs a service object.
Property Summary collapse
-
endpoint ⇒ AWS.Endpoint
readwrite
An Endpoint object representing the endpoint URL for service requests.
Properties inherited from AWS.Service
Method Summary collapse
-
acceptAddressTransfer(params = {}, callback) ⇒ AWS.Request
Accepts an Elastic IP address transfer.
-
acceptReservedInstancesExchangeQuote(params = {}, callback) ⇒ AWS.Request
Accepts the Convertible Reserved Instance exchange quote described in the GetReservedInstancesExchangeQuote call.
.
-
acceptTransitGatewayMulticastDomainAssociations(params = {}, callback) ⇒ AWS.Request
Accepts a request to associate subnets with a transit gateway multicast domain.
.
-
acceptTransitGatewayPeeringAttachment(params = {}, callback) ⇒ AWS.Request
Accepts a transit gateway peering attachment request.
-
acceptTransitGatewayVpcAttachment(params = {}, callback) ⇒ AWS.Request
Accepts a request to attach a VPC to a transit gateway.
The VPC attachment must be in the
pendingAcceptance
state. -
acceptVpcEndpointConnections(params = {}, callback) ⇒ AWS.Request
Accepts connection requests to your VPC endpoint service.
.
-
acceptVpcPeeringConnection(params = {}, callback) ⇒ AWS.Request
Accept a VPC peering connection request.
-
advertiseByoipCidr(params = {}, callback) ⇒ AWS.Request
Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).
You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.
We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from Amazon Web Services.
-
allocateAddress(params = {}, callback) ⇒ AWS.Request
Allocates an Elastic IP address to your Amazon Web Services account.
-
allocateHosts(params = {}, callback) ⇒ AWS.Request
Allocates a Dedicated Host to your account.
-
allocateIpamPoolCidr(params = {}, callback) ⇒ AWS.Request
Allocate a CIDR from an IPAM pool.
-
applySecurityGroupsToClientVpnTargetNetwork(params = {}, callback) ⇒ AWS.Request
Applies a security group to the association between the target network and the Client VPN endpoint.
-
assignIpv6Addresses(params = {}, callback) ⇒ AWS.Request
Assigns one or more IPv6 addresses to the specified network interface.
-
assignPrivateIpAddresses(params = {}, callback) ⇒ AWS.Request
Assigns one or more secondary private IP addresses to the specified network interface.
You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range.
-
assignPrivateNatGatewayAddress(params = {}, callback) ⇒ AWS.Request
Assigns private IPv4 addresses to a private NAT gateway.
-
associateAddress(params = {}, callback) ⇒ AWS.Request
Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface.
-
associateClientVpnTargetNetwork(params = {}, callback) ⇒ AWS.Request
Associates a target network with a Client VPN endpoint.
-
associateDhcpOptions(params = {}, callback) ⇒ AWS.Request
Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.
After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options.
-
associateEnclaveCertificateIamRole(params = {}, callback) ⇒ AWS.Request
Associates an Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate.
-
associateIamInstanceProfile(params = {}, callback) ⇒ AWS.Request
Associates an IAM instance profile with a running or stopped instance.
-
associateInstanceEventWindow(params = {}, callback) ⇒ AWS.Request
Associates one or more targets with an event window.
-
associateIpamByoasn(params = {}, callback) ⇒ AWS.Request
Associates your Autonomous System Number (ASN) with a BYOIP CIDR that you own in the same Amazon Web Services Region.
-
associateIpamResourceDiscovery(params = {}, callback) ⇒ AWS.Request
Associates an IPAM resource discovery with an Amazon VPC IPAM.
-
associateNatGatewayAddress(params = {}, callback) ⇒ AWS.Request
Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.
-
associateRouteTable(params = {}, callback) ⇒ AWS.Request
Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC.
-
associateSubnetCidrBlock(params = {}, callback) ⇒ AWS.Request
Associates a CIDR block with your subnet.
-
associateTransitGatewayMulticastDomain(params = {}, callback) ⇒ AWS.Request
Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain.
The transit gateway attachment must be in the available state before you can add a resource.
-
associateTransitGatewayPolicyTable(params = {}, callback) ⇒ AWS.Request
Associates the specified transit gateway attachment with a transit gateway policy table.
.
-
associateTransitGatewayRouteTable(params = {}, callback) ⇒ AWS.Request
Associates the specified attachment with the specified transit gateway route table.
-
associateTrunkInterface(params = {}, callback) ⇒ AWS.Request
Associates a branch network interface with a trunk network interface.
Before you create the association, use CreateNetworkInterface command and set the interface type to
trunk
. -
associateVpcCidrBlock(params = {}, callback) ⇒ AWS.Request
Associates a CIDR block with your VPC.
-
attachClassicLinkVpc(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.
- attachInternetGateway(params = {}, callback) ⇒ AWS.Request
Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC.
- attachNetworkInterface(params = {}, callback) ⇒ AWS.Request
Attaches a network interface to an instance.
.
- attachVerifiedAccessTrustProvider(params = {}, callback) ⇒ AWS.Request
Attaches the specified Amazon Web Services Verified Access trust provider to the specified Amazon Web Services Verified Access instance.
.
- attachVolume(params = {}, callback) ⇒ AWS.Request
Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.
Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption.
- attachVpnGateway(params = {}, callback) ⇒ AWS.Request
Attaches a virtual private gateway to a VPC.
- authorizeClientVpnIngress(params = {}, callback) ⇒ AWS.Request
Adds an ingress authorization rule to a Client VPN endpoint.
- authorizeSecurityGroupEgress(params = {}, callback) ⇒ AWS.Request
Adds the specified outbound (egress) rules to a security group.
An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 address ranges, the IP address ranges specified by a prefix list, or the instances that are associated with a source security group.
- authorizeSecurityGroupIngress(params = {}, callback) ⇒ AWS.Request
Adds the specified inbound (ingress) rules to a security group.
An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 address range, the IP address ranges that are specified by a prefix list, or the instances that are associated with a destination security group.
- bundleInstance(params = {}, callback) ⇒ AWS.Request
Bundles an Amazon instance store-backed Windows instance.
During bundling, only the root device volume (C:) is bundled.
- cancelBundleTask(params = {}, callback) ⇒ AWS.Request
Cancels a bundling operation for an instance store-backed Windows instance.
.
- cancelCapacityReservation(params = {}, callback) ⇒ AWS.Request
Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation's state to
cancelled
.Instances running in the reserved capacity continue running until you stop them.
- cancelCapacityReservationFleets(params = {}, callback) ⇒ AWS.Request
Cancels one or more Capacity Reservation Fleets.
- cancelConversionTask(params = {}, callback) ⇒ AWS.Request
Cancels an active conversion task.
- cancelExportTask(params = {}, callback) ⇒ AWS.Request
Cancels an active export task.
- cancelImageLaunchPermission(params = {}, callback) ⇒ AWS.Request
Removes your Amazon Web Services account from the launch permissions for the specified AMI.
- cancelImportTask(params = {}, callback) ⇒ AWS.Request
Cancels an in-process import virtual machine or import snapshot task.
.
- cancelReservedInstancesListing(params = {}, callback) ⇒ AWS.Request
Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.
For more information, see Sell in the Reserved Instance Marketplace in the Amazon EC2 User Guide.
.- cancelSpotFleetRequests(params = {}, callback) ⇒ AWS.Request
Cancels the specified Spot Fleet requests.
After you cancel a Spot Fleet request, the Spot Fleet launches no new instances.
You must also specify whether a canceled Spot Fleet request should terminate its instances.
- cancelSpotInstanceRequests(params = {}, callback) ⇒ AWS.Request
Cancels one or more Spot Instance requests.
Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.
- confirmProductInstance(params = {}, callback) ⇒ AWS.Request
Determines whether a product code is associated with an instance.
- copyFpgaImage(params = {}, callback) ⇒ AWS.Request
Copies the specified Amazon FPGA Image (AFI) to the current Region.
.
- copyImage(params = {}, callback) ⇒ AWS.Request
Initiates an AMI copy operation.
- copySnapshot(params = {}, callback) ⇒ AWS.Request
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
- createCapacityReservation(params = {}, callback) ⇒ AWS.Request
Creates a new Capacity Reservation with the specified attributes.
Capacity Reservations enable you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration.
- createCapacityReservationBySplitting(params = {}, callback) ⇒ AWS.Request
Create a new Capacity Reservation by splitting the available capacity of the source Capacity Reservation.
- createCapacityReservationFleet(params = {}, callback) ⇒ AWS.Request
Creates a Capacity Reservation Fleet.
- createCarrierGateway(params = {}, callback) ⇒ AWS.Request
Creates a carrier gateway.
- createClientVpnEndpoint(params = {}, callback) ⇒ AWS.Request
Creates a Client VPN endpoint.
- createClientVpnRoute(params = {}, callback) ⇒ AWS.Request
Adds a route to a network to a Client VPN endpoint.
- createCoipCidr(params = {}, callback) ⇒ AWS.Request
Creates a range of customer-owned IP addresses.
- createCoipPool(params = {}, callback) ⇒ AWS.Request
Creates a pool of customer-owned IP (CoIP) addresses.
- createCustomerGateway(params = {}, callback) ⇒ AWS.Request
Provides information to Amazon Web Services about your customer gateway device.
- createDefaultSubnet(params = {}, callback) ⇒ AWS.Request
Creates a default subnet with a size
/20
IPv4 CIDR block in the specified Availability Zone in your default VPC.- createDefaultVpc(params = {}, callback) ⇒ AWS.Request
Creates a default VPC with a size
/16
IPv4 CIDR block and a default subnet in each Availability Zone.- createDhcpOptions(params = {}, callback) ⇒ AWS.Request
Creates a custom set of DHCP options.
- createEgressOnlyInternetGateway(params = {}, callback) ⇒ AWS.Request
[IPv6 only] Creates an egress-only internet gateway for your VPC.
- createFleet(params = {}, callback) ⇒ AWS.Request
Creates an EC2 Fleet that contains the configuration information for On-Demand Instances and Spot Instances.
- createFlowLogs(params = {}, callback) ⇒ AWS.Request
Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.
- createFpgaImage(params = {}, callback) ⇒ AWS.Request
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
The create operation is asynchronous.
- createImage(params = {}, callback) ⇒ AWS.Request
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
If you customized your instance with instance store volumes or Amazon EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes.
- createInstanceConnectEndpoint(params = {}, callback) ⇒ AWS.Request
Creates an EC2 Instance Connect Endpoint.
An EC2 Instance Connect Endpoint allows you to connect to an instance, without requiring the instance to have a public IPv4 address.
- createInstanceEventWindow(params = {}, callback) ⇒ AWS.Request
Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.
You can define either a set of time ranges or a cron expression when creating the event window, but not both.
- createInstanceExportTask(params = {}, callback) ⇒ AWS.Request
Exports a running or stopped instance to an Amazon S3 bucket.
For information about the prerequisites for your Amazon S3 bucket, supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting an instance as a VM Using VM Import/Export in the VM Import/Export User Guide.
.- createInternetGateway(params = {}, callback) ⇒ AWS.Request
Creates an internet gateway for use with a VPC.
- createIpam(params = {}, callback) ⇒ AWS.Request
Create an IPAM.
- createIpamExternalResourceVerificationToken(params = {}, callback) ⇒ AWS.Request
Create a verification token.
- createIpamPool(params = {}, callback) ⇒ AWS.Request
Create an IP address pool for Amazon VPC IP Address Manager (IPAM).
- createIpamResourceDiscovery(params = {}, callback) ⇒ AWS.Request
Creates an IPAM resource discovery.
- createIpamScope(params = {}, callback) ⇒ AWS.Request
Create an IPAM scope.
- createKeyPair(params = {}, callback) ⇒ AWS.Request
Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format.
- createLaunchTemplate(params = {}, callback) ⇒ AWS.Request
Creates a launch template.
A launch template contains the parameters to launch an instance.
- createLaunchTemplateVersion(params = {}, callback) ⇒ AWS.Request
Creates a new version of a launch template.
- createLocalGatewayRoute(params = {}, callback) ⇒ AWS.Request
Creates a static route for the specified local gateway route table.
- createLocalGatewayRouteTable(params = {}, callback) ⇒ AWS.Request
Creates a local gateway route table.
- createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(params = {}, callback) ⇒ AWS.Request
Creates a local gateway route table virtual interface group association.
- createLocalGatewayRouteTableVpcAssociation(params = {}, callback) ⇒ AWS.Request
Associates the specified VPC with the specified local gateway route table.
.
- createManagedPrefixList(params = {}, callback) ⇒ AWS.Request
Creates a managed prefix list.
- createNatGateway(params = {}, callback) ⇒ AWS.Request
Creates a NAT gateway in the specified subnet.
- createNetworkAcl(params = {}, callback) ⇒ AWS.Request
Creates a network ACL in a VPC.
- createNetworkAclEntry(params = {}, callback) ⇒ AWS.Request
Creates an entry (a rule) in a network ACL with the specified rule number.
- createNetworkInsightsAccessScope(params = {}, callback) ⇒ AWS.Request
Creates a Network Access Scope.
Amazon Web Services Network Access Analyzer enables cloud networking and cloud operations teams to verify that their networks on Amazon Web Services conform to their network security and governance objectives.
- createNetworkInsightsPath(params = {}, callback) ⇒ AWS.Request
Creates a path to analyze for reachability.
Reachability Analyzer enables you to analyze and debug network reachability between two resources in your virtual private cloud (VPC).
- createNetworkInterface(params = {}, callback) ⇒ AWS.Request
Creates a network interface in the specified subnet.
The number of IP addresses you can assign to a network interface varies by instance type.
For more information about network interfaces, see Elastic network interfaces in the Amazon EC2 User Guide.
.- createNetworkInterfacePermission(params = {}, callback) ⇒ AWS.Request
Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account.
You can grant permission to a single Amazon Web Services account only, and only one account at a time.
.- createPlacementGroup(params = {}, callback) ⇒ AWS.Request
Creates a placement group in which to launch instances.
- createPublicIpv4Pool(params = {}, callback) ⇒ AWS.Request
Creates a public IPv4 address pool.
- createReplaceRootVolumeTask(params = {}, callback) ⇒ AWS.Request
Replaces the EBS-backed root volume for a
running
instance with a new volume that is restored to the original root volume's launch state, that is restored to a specific snapshot taken from the original root volume, or that is restored from an AMI that has the same key characteristics as that of the instance.For more information, see Replace a root volume in the Amazon EC2 User Guide.
.- createReservedInstancesListing(params = {}, callback) ⇒ AWS.Request
Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace.
- createRestoreImageTask(params = {}, callback) ⇒ AWS.Request
Starts a task that restores an AMI from an Amazon S3 object that was previously created by using CreateStoreImageTask.
To use this API, you must have the required permissions.
- createRoute(params = {}, callback) ⇒ AWS.Request
Creates a route in a route table within a VPC.
You must specify either a destination CIDR block or a prefix list ID.
- createRouteTable(params = {}, callback) ⇒ AWS.Request
Creates a route table for the specified VPC.
- createSecurityGroup(params = {}, callback) ⇒ AWS.Request
Creates a security group.
A security group acts as a virtual firewall for your instance to control inbound and outbound traffic.
- createSnapshot(params = {}, callback) ⇒ AWS.Request
Creates a snapshot of an EBS volume and stores it in Amazon S3.
- createSnapshots(params = {}, callback) ⇒ AWS.Request
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3.
- createSpotDatafeedSubscription(params = {}, callback) ⇒ AWS.Request
Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs.
- createStoreImageTask(params = {}, callback) ⇒ AWS.Request
Stores an AMI as a single object in an Amazon S3 bucket.
To use this API, you must have the required permissions.
- createSubnet(params = {}, callback) ⇒ AWS.Request
Creates a subnet in the specified VPC.
- createSubnetCidrReservation(params = {}, callback) ⇒ AWS.Request
Creates a subnet CIDR reservation.
- createTags(params = {}, callback) ⇒ AWS.Request
Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
- createTrafficMirrorFilter(params = {}, callback) ⇒ AWS.Request
Creates a Traffic Mirror filter.
A Traffic Mirror filter is a set of rules that defines the traffic to mirror.
By default, no traffic is mirrored.
- createTrafficMirrorFilterRule(params = {}, callback) ⇒ AWS.Request
Creates a Traffic Mirror filter rule.
A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror.
You need the Traffic Mirror filter ID when you create the rule.
.- createTrafficMirrorSession(params = {}, callback) ⇒ AWS.Request
Creates a Traffic Mirror session.
A Traffic Mirror session actively copies packets from a Traffic Mirror source to a Traffic Mirror target.
- createTrafficMirrorTarget(params = {}, callback) ⇒ AWS.Request
Creates a target for your Traffic Mirror session.
A Traffic Mirror target is the destination for mirrored traffic.
- createTransitGateway(params = {}, callback) ⇒ AWS.Request
Creates a transit gateway.
You can use a transit gateway to interconnect your virtual private clouds (VPC) and on-premises networks.
- createTransitGatewayConnect(params = {}, callback) ⇒ AWS.Request
Creates a Connect attachment from a specified transit gateway attachment.
- createTransitGatewayConnectPeer(params = {}, callback) ⇒ AWS.Request
Creates a Connect peer for a specified transit gateway Connect attachment between a transit gateway and an appliance.
The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
For more information, see Connect peers in the Amazon Web Services Transit Gateways Guide.
.- createTransitGatewayMulticastDomain(params = {}, callback) ⇒ AWS.Request
Creates a multicast domain using the specified transit gateway.
The transit gateway must be in the available state before you create a domain.
- createTransitGatewayPeeringAttachment(params = {}, callback) ⇒ AWS.Request
Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter).
- createTransitGatewayPolicyTable(params = {}, callback) ⇒ AWS.Request
Creates a transit gateway policy table.
.
- createTransitGatewayPrefixListReference(params = {}, callback) ⇒ AWS.Request
Creates a reference (route) to a prefix list in a specified transit gateway route table.
.
- createTransitGatewayRoute(params = {}, callback) ⇒ AWS.Request
Creates a static route for the specified transit gateway route table.
.
- createTransitGatewayRouteTable(params = {}, callback) ⇒ AWS.Request
Creates a route table for the specified transit gateway.
.
- createTransitGatewayRouteTableAnnouncement(params = {}, callback) ⇒ AWS.Request
Advertises a new transit gateway route table.
.
- createTransitGatewayVpcAttachment(params = {}, callback) ⇒ AWS.Request
Attaches the specified VPC to the specified transit gateway.
If you attach a VPC with a CIDR range that overlaps the CIDR range of a VPC that is already attached, the new VPC CIDR range is not propagated to the default propagation route table.
To send VPC traffic to an attached transit gateway, add a route to the VPC route table using CreateRoute.
.- createVerifiedAccessEndpoint(params = {}, callback) ⇒ AWS.Request
An Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy.
.
- createVerifiedAccessGroup(params = {}, callback) ⇒ AWS.Request
An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have similar security requirements.
- createVerifiedAccessInstance(params = {}, callback) ⇒ AWS.Request
An Amazon Web Services Verified Access instance is a regional entity that evaluates application requests and grants access only when your security requirements are met.
.
- createVerifiedAccessTrustProvider(params = {}, callback) ⇒ AWS.Request
A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices.
- createVolume(params = {}, callback) ⇒ AWS.Request
Creates an EBS volume that can be attached to an instance in the same Availability Zone.
You can create a new empty volume or restore a volume from an EBS snapshot.
- createVpc(params = {}, callback) ⇒ AWS.Request
Creates a VPC with the specified CIDR blocks.
- createVpcEndpoint(params = {}, callback) ⇒ AWS.Request
Creates a VPC endpoint.
- createVpcEndpointConnectionNotification(params = {}, callback) ⇒ AWS.Request
Creates a connection notification for a specified VPC endpoint or VPC endpoint service.
- createVpcEndpointServiceConfiguration(params = {}, callback) ⇒ AWS.Request
Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect.
Before you create an endpoint service, you must create one of the following for your service:
- createVpcPeeringConnection(params = {}, callback) ⇒ AWS.Request
Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection.
- createVpnConnection(params = {}, callback) ⇒ AWS.Request
Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway.
- createVpnConnectionRoute(params = {}, callback) ⇒ AWS.Request
Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway.
- createVpnGateway(params = {}, callback) ⇒ AWS.Request
Creates a virtual private gateway.
- deleteCarrierGateway(params = {}, callback) ⇒ AWS.Request
Deletes a carrier gateway.
If you do not delete the route that contains the carrier gateway as the Target, the route is a blackhole route.
- deleteClientVpnEndpoint(params = {}, callback) ⇒ AWS.Request
Deletes the specified Client VPN endpoint.
- deleteClientVpnRoute(params = {}, callback) ⇒ AWS.Request
Deletes a route from a Client VPN endpoint.
- deleteCoipCidr(params = {}, callback) ⇒ AWS.Request
Deletes a range of customer-owned IP addresses.
- deleteCoipPool(params = {}, callback) ⇒ AWS.Request
Deletes a pool of customer-owned IP (CoIP) addresses.
- deleteCustomerGateway(params = {}, callback) ⇒ AWS.Request
Deletes the specified customer gateway.
- deleteDhcpOptions(params = {}, callback) ⇒ AWS.Request
Deletes the specified set of DHCP options.
- deleteEgressOnlyInternetGateway(params = {}, callback) ⇒ AWS.Request
Deletes an egress-only internet gateway.
.
- deleteFleets(params = {}, callback) ⇒ AWS.Request
Deletes the specified EC2 Fleets.
After you delete an EC2 Fleet, it launches no new instances.
You must also specify whether a deleted EC2 Fleet should terminate its instances.
- deleteFlowLogs(params = {}, callback) ⇒ AWS.Request
Deletes one or more flow logs.
.
- deleteFpgaImage(params = {}, callback) ⇒ AWS.Request
Deletes the specified Amazon FPGA Image (AFI).
.
- deleteInstanceConnectEndpoint(params = {}, callback) ⇒ AWS.Request
Deletes the specified EC2 Instance Connect Endpoint.
.
- deleteInstanceEventWindow(params = {}, callback) ⇒ AWS.Request
Deletes the specified event window.
For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.
.- deleteInternetGateway(params = {}, callback) ⇒ AWS.Request
Deletes the specified internet gateway.
- deleteIpam(params = {}, callback) ⇒ AWS.Request
Delete an IPAM.
- deleteIpamExternalResourceVerificationToken(params = {}, callback) ⇒ AWS.Request
Delete a verification token.
- deleteIpamPool(params = {}, callback) ⇒ AWS.Request
Delete an IPAM pool.
Note: You cannot delete an IPAM pool if there are allocations in it or CIDRs provisioned to it.- deleteIpamResourceDiscovery(params = {}, callback) ⇒ AWS.Request
Deletes an IPAM resource discovery.
- deleteIpamScope(params = {}, callback) ⇒ AWS.Request
Delete the scope for an IPAM.
- deleteKeyPair(params = {}, callback) ⇒ AWS.Request
Deletes the specified key pair, by removing the public key from Amazon EC2.
.
- deleteLaunchTemplate(params = {}, callback) ⇒ AWS.Request
Deletes a launch template.
- deleteLaunchTemplateVersions(params = {}, callback) ⇒ AWS.Request
Deletes one or more versions of a launch template.
You can't delete the default version of a launch template; you must first assign a different version as the default.
- deleteLocalGatewayRoute(params = {}, callback) ⇒ AWS.Request
Deletes the specified route from the specified local gateway route table.
.
- deleteLocalGatewayRouteTable(params = {}, callback) ⇒ AWS.Request
Deletes a local gateway route table.
- deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(params = {}, callback) ⇒ AWS.Request
Deletes a local gateway route table virtual interface group association.
- deleteLocalGatewayRouteTableVpcAssociation(params = {}, callback) ⇒ AWS.Request
Deletes the specified association between a VPC and local gateway route table.
.
- deleteManagedPrefixList(params = {}, callback) ⇒ AWS.Request
Deletes the specified managed prefix list.
- deleteNatGateway(params = {}, callback) ⇒ AWS.Request
Deletes the specified NAT gateway.
- deleteNetworkAcl(params = {}, callback) ⇒ AWS.Request
Deletes the specified network ACL.
- deleteNetworkAclEntry(params = {}, callback) ⇒ AWS.Request
Deletes the specified ingress or egress entry (rule) from the specified network ACL.
.
- deleteNetworkInsightsAccessScope(params = {}, callback) ⇒ AWS.Request
Deletes the specified Network Access Scope.
.
- deleteNetworkInsightsAccessScopeAnalysis(params = {}, callback) ⇒ AWS.Request
Deletes the specified Network Access Scope analysis.
.
- deleteNetworkInsightsAnalysis(params = {}, callback) ⇒ AWS.Request
Deletes the specified network insights analysis.
.
- deleteNetworkInsightsPath(params = {}, callback) ⇒ AWS.Request
Deletes the specified path.
.
- deleteNetworkInterface(params = {}, callback) ⇒ AWS.Request
Deletes the specified network interface.
- deleteNetworkInterfacePermission(params = {}, callback) ⇒ AWS.Request
Deletes a permission for a network interface.
- deletePlacementGroup(params = {}, callback) ⇒ AWS.Request
Deletes the specified placement group.
- deletePublicIpv4Pool(params = {}, callback) ⇒ AWS.Request
Delete a public IPv4 pool.
- deleteQueuedReservedInstances(params = {}, callback) ⇒ AWS.Request
Deletes the queued purchases for the specified Reserved Instances.
.
- deleteRoute(params = {}, callback) ⇒ AWS.Request
Deletes the specified route from the specified route table.
.
- deleteRouteTable(params = {}, callback) ⇒ AWS.Request
Deletes the specified route table.
- deleteSecurityGroup(params = {}, callback) ⇒ AWS.Request
Deletes a security group.
If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group in the same VPC, the operation fails with
.DependencyViolation
.- deleteSnapshot(params = {}, callback) ⇒ AWS.Request
Deletes the specified snapshot.
When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot.
- deleteSpotDatafeedSubscription(params = {}, callback) ⇒ AWS.Request
Deletes the data feed for Spot Instances.
.
- deleteSubnet(params = {}, callback) ⇒ AWS.Request
Deletes the specified subnet.
- deleteSubnetCidrReservation(params = {}, callback) ⇒ AWS.Request
Deletes a subnet CIDR reservation.
.
- deleteTags(params = {}, callback) ⇒ AWS.Request
Deletes the specified set of tags from the specified set of resources.
To list the current tags, use DescribeTags.
- deleteTrafficMirrorFilter(params = {}, callback) ⇒ AWS.Request
Deletes the specified Traffic Mirror filter.
You cannot delete a Traffic Mirror filter that is in use by a Traffic Mirror session.
.- deleteTrafficMirrorFilterRule(params = {}, callback) ⇒ AWS.Request
Deletes the specified Traffic Mirror rule.
.
- deleteTrafficMirrorSession(params = {}, callback) ⇒ AWS.Request
Deletes the specified Traffic Mirror session.
.
- deleteTrafficMirrorTarget(params = {}, callback) ⇒ AWS.Request
Deletes the specified Traffic Mirror target.
You cannot delete a Traffic Mirror target that is in use by a Traffic Mirror session.
.- deleteTransitGateway(params = {}, callback) ⇒ AWS.Request
Deletes the specified transit gateway.
.
- deleteTransitGatewayConnect(params = {}, callback) ⇒ AWS.Request
Deletes the specified Connect attachment.
- deleteTransitGatewayConnectPeer(params = {}, callback) ⇒ AWS.Request
Deletes the specified Connect peer.
.
- deleteTransitGatewayMulticastDomain(params = {}, callback) ⇒ AWS.Request
Deletes the specified transit gateway multicast domain.
.
- deleteTransitGatewayPeeringAttachment(params = {}, callback) ⇒ AWS.Request
Deletes a transit gateway peering attachment.
.
- deleteTransitGatewayPolicyTable(params = {}, callback) ⇒ AWS.Request
Deletes the specified transit gateway policy table.
.
- deleteTransitGatewayPrefixListReference(params = {}, callback) ⇒ AWS.Request
Deletes a reference (route) to a prefix list in a specified transit gateway route table.
.
- deleteTransitGatewayRoute(params = {}, callback) ⇒ AWS.Request
Deletes the specified route from the specified transit gateway route table.
.
- deleteTransitGatewayRouteTable(params = {}, callback) ⇒ AWS.Request
Deletes the specified transit gateway route table.
- deleteTransitGatewayRouteTableAnnouncement(params = {}, callback) ⇒ AWS.Request
Advertises to the transit gateway that a transit gateway route table is deleted.
.
- deleteTransitGatewayVpcAttachment(params = {}, callback) ⇒ AWS.Request
Deletes the specified VPC attachment.
.
- deleteVerifiedAccessEndpoint(params = {}, callback) ⇒ AWS.Request
Delete an Amazon Web Services Verified Access endpoint.
.
- deleteVerifiedAccessGroup(params = {}, callback) ⇒ AWS.Request
Delete an Amazon Web Services Verified Access group.
.
- deleteVerifiedAccessInstance(params = {}, callback) ⇒ AWS.Request
Delete an Amazon Web Services Verified Access instance.
.
- deleteVerifiedAccessTrustProvider(params = {}, callback) ⇒ AWS.Request
Delete an Amazon Web Services Verified Access trust provider.
.
- deleteVolume(params = {}, callback) ⇒ AWS.Request
Deletes the specified EBS volume.
- deleteVpc(params = {}, callback) ⇒ AWS.Request
Deletes the specified VPC.
- deleteVpcEndpointConnectionNotifications(params = {}, callback) ⇒ AWS.Request
Deletes the specified VPC endpoint connection notifications.
.
- deleteVpcEndpoints(params = {}, callback) ⇒ AWS.Request
Deletes the specified VPC endpoints.
When you delete a gateway endpoint, we delete the endpoint routes in the route tables for the endpoint.
When you delete a Gateway Load Balancer endpoint, we delete its endpoint network interfaces.
- deleteVpcEndpointServiceConfigurations(params = {}, callback) ⇒ AWS.Request
Deletes the specified VPC endpoint service configurations.
- deleteVpcPeeringConnection(params = {}, callback) ⇒ AWS.Request
Deletes a VPC peering connection.
- deleteVpnConnection(params = {}, callback) ⇒ AWS.Request
Deletes the specified VPN connection.
If you're deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection.
- deleteVpnConnectionRoute(params = {}, callback) ⇒ AWS.Request
Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway.
- deleteVpnGateway(params = {}, callback) ⇒ AWS.Request
Deletes the specified virtual private gateway.
- deprovisionByoipCidr(params = {}, callback) ⇒ AWS.Request
Releases the specified address range that you provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.
Before you can release an address range, you must stop advertising it using WithdrawByoipCidr and you must not have any IP addresses allocated from its address range.
.- deprovisionIpamByoasn(params = {}, callback) ⇒ AWS.Request
Deprovisions your Autonomous System Number (ASN) from your Amazon Web Services account.
- deprovisionIpamPoolCidr(params = {}, callback) ⇒ AWS.Request
Deprovision a CIDR provisioned from an IPAM pool.
- deprovisionPublicIpv4PoolCidr(params = {}, callback) ⇒ AWS.Request
Deprovision a CIDR from a public IPv4 pool.
.
- deregisterImage(params = {}, callback) ⇒ AWS.Request
Deregisters the specified AMI.
- deregisterInstanceEventNotificationAttributes(params = {}, callback) ⇒ AWS.Request
Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region.
.
- deregisterTransitGatewayMulticastGroupMembers(params = {}, callback) ⇒ AWS.Request
Deregisters the specified members (network interfaces) from the transit gateway multicast group.
.
- deregisterTransitGatewayMulticastGroupSources(params = {}, callback) ⇒ AWS.Request
Deregisters the specified sources (network interfaces) from the transit gateway multicast group.
.
- describeAccountAttributes(params = {}, callback) ⇒ AWS.Request
Describes attributes of your Amazon Web Services account.
- describeAddresses(params = {}, callback) ⇒ AWS.Request
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
.
- describeAddressesAttribute(params = {}, callback) ⇒ AWS.Request
Describes the attributes of the specified Elastic IP addresses.
- describeAddressTransfers(params = {}, callback) ⇒ AWS.Request
Describes an Elastic IP address transfer.
- describeAggregateIdFormat(params = {}, callback) ⇒ AWS.Request
Describes the longer ID format settings for all resource types in a specific Region.
- describeAvailabilityZones(params = {}, callback) ⇒ AWS.Request
Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you.
- describeAwsNetworkPerformanceMetricSubscriptions(params = {}, callback) ⇒ AWS.Request
Describes the current Infrastructure Performance metric subscriptions.
.
- describeBundleTasks(params = {}, callback) ⇒ AWS.Request
Describes the specified bundle tasks or all of your bundle tasks.
Note: Completed bundle tasks are listed for only a limited time.- describeByoipCidrs(params = {}, callback) ⇒ AWS.Request
Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.
To describe the address pools that were created when you provisioned the address ranges, use DescribePublicIpv4Pools or DescribeIpv6Pools.
.- describeCapacityBlockOfferings(params = {}, callback) ⇒ AWS.Request
Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using.
- describeCapacityReservationFleets(params = {}, callback) ⇒ AWS.Request
Describes one or more Capacity Reservation Fleets.
.
- describeCapacityReservations(params = {}, callback) ⇒ AWS.Request
Describes one or more of your Capacity Reservations.
- describeCarrierGateways(params = {}, callback) ⇒ AWS.Request
Describes one or more of your carrier gateways.
.
- describeClassicLinkInstances(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.- describeClientVpnAuthorizationRules(params = {}, callback) ⇒ AWS.Request
Describes the authorization rules for a specified Client VPN endpoint.
.
- describeClientVpnConnections(params = {}, callback) ⇒ AWS.Request
Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.
.
- describeClientVpnEndpoints(params = {}, callback) ⇒ AWS.Request
Describes one or more Client VPN endpoints in the account.
.
- describeClientVpnRoutes(params = {}, callback) ⇒ AWS.Request
Describes the routes for the specified Client VPN endpoint.
.
- describeClientVpnTargetNetworks(params = {}, callback) ⇒ AWS.Request
Describes the target networks associated with the specified Client VPN endpoint.
.
- describeCoipPools(params = {}, callback) ⇒ AWS.Request
Describes the specified customer-owned address pools or all of your customer-owned address pools.
.
- describeConversionTasks(params = {}, callback) ⇒ AWS.Request
Describes the specified conversion tasks or all your conversion tasks.
- describeCustomerGateways(params = {}, callback) ⇒ AWS.Request
Describes one or more of your VPN customer gateways.
For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.
.- describeDhcpOptions(params = {}, callback) ⇒ AWS.Request
Describes your DHCP option sets.
- describeEgressOnlyInternetGateways(params = {}, callback) ⇒ AWS.Request
Describes your egress-only internet gateways.
- describeElasticGpus(params = {}, callback) ⇒ AWS.Request
Note: Amazon Elastic Graphics reached end of life on January 8, 2024.- describeExportImageTasks(params = {}, callback) ⇒ AWS.Request
Describes the specified export image tasks or all of your export image tasks.
.
- describeExportTasks(params = {}, callback) ⇒ AWS.Request
Describes the specified export instance tasks or all of your export instance tasks.
.
- describeFastLaunchImages(params = {}, callback) ⇒ AWS.Request
Describe details for Windows AMIs that are configured for Windows fast launch.
.
- describeFastSnapshotRestores(params = {}, callback) ⇒ AWS.Request
Describes the state of fast snapshot restores for your snapshots.
.
- describeFleetHistory(params = {}, callback) ⇒ AWS.Request
Describes the events for the specified EC2 Fleet during the specified time.
EC2 Fleet events are delayed by up to 30 seconds before they can be described.
- describeFleetInstances(params = {}, callback) ⇒ AWS.Request
Describes the running instances for the specified EC2 Fleet.
Note: Currently,DescribeFleetInstances
does not support fleets of typeinstant
.- describeFleets(params = {}, callback) ⇒ AWS.Request
Describes the specified EC2 Fleet or all of your EC2 Fleets.
If a fleet is of type
instant
, you must specify the fleet ID in the request, otherwise the fleet does not appear in the response.For more information, see Describe your EC2 Fleet in the Amazon EC2 User Guide.
.- describeFlowLogs(params = {}, callback) ⇒ AWS.Request
Describes one or more flow logs.
To view the published flow log records, you must view the log destination.
- describeFpgaImageAttribute(params = {}, callback) ⇒ AWS.Request
Describes the specified attribute of the specified Amazon FPGA Image (AFI).
.
- describeFpgaImages(params = {}, callback) ⇒ AWS.Request
Describes the Amazon FPGA Images (AFIs) available to you.
- describeHostReservationOfferings(params = {}, callback) ⇒ AWS.Request
Describes the Dedicated Host reservations that are available to purchase.
The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts.
- describeHostReservations(params = {}, callback) ⇒ AWS.Request
Describes reservations that are associated with Dedicated Hosts in your account.
.
- describeHosts(params = {}, callback) ⇒ AWS.Request
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
The results describe only the Dedicated Hosts in the Region you're currently using.
- describeIamInstanceProfileAssociations(params = {}, callback) ⇒ AWS.Request
Describes your IAM instance profile associations.
.
- describeIdentityIdFormat(params = {}, callback) ⇒ AWS.Request
Describes the ID format settings for resources for the specified IAM user, IAM role, or root user.
- describeIdFormat(params = {}, callback) ⇒ AWS.Request
Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs.
- describeImageAttribute(params = {}, callback) ⇒ AWS.Request
Describes the specified attribute of the specified AMI.
- describeImages(params = {}, callback) ⇒ AWS.Request
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
The images available to you include public images, private images that you own, and private images owned by other Amazon Web Services accounts for which you have explicit launch permissions.
Recently deregistered images appear in the returned results for a short interval and then return empty results.
- describeImportImageTasks(params = {}, callback) ⇒ AWS.Request
Displays details about an import virtual machine or import snapshot tasks that are already created.
.
- describeImportSnapshotTasks(params = {}, callback) ⇒ AWS.Request
Describes your import snapshot tasks.
.
- describeInstanceAttribute(params = {}, callback) ⇒ AWS.Request
Describes the specified attribute of the specified instance.
- describeInstanceConnectEndpoints(params = {}, callback) ⇒ AWS.Request
Describes the specified EC2 Instance Connect Endpoints or all EC2 Instance Connect Endpoints.
.
- describeInstanceCreditSpecifications(params = {}, callback) ⇒ AWS.Request
Describes the credit option for CPU usage of the specified burstable performance instances.
- describeInstanceEventNotificationAttributes(params = {}, callback) ⇒ AWS.Request
Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.
.
- describeInstanceEventWindows(params = {}, callback) ⇒ AWS.Request
Describes the specified event windows or all event windows.
If you specify event window IDs, the output includes information for only the specified event windows.
- describeInstances(params = {}, callback) ⇒ AWS.Request
Describes the specified instances or all instances.
If you specify instance IDs, the output includes information for only the specified instances.
- describeInstanceStatus(params = {}, callback) ⇒ AWS.Request
Describes the status of the specified instances or all of your instances.
- describeInstanceTopology(params = {}, callback) ⇒ AWS.Request
Describes a tree-based hierarchy that represents the physical host placement of your EC2 instances within an Availability Zone or Local Zone.
- describeInstanceTypeOfferings(params = {}, callback) ⇒ AWS.Request
Lists the instance types that are offered for the specified location.
- describeInstanceTypes(params = {}, callback) ⇒ AWS.Request
Describes the specified instance types.
- describeInternetGateways(params = {}, callback) ⇒ AWS.Request
Describes your internet gateways.
- describeIpamByoasn(params = {}, callback) ⇒ AWS.Request
Describes your Autonomous System Numbers (ASNs), their provisioning statuses, and the BYOIP CIDRs with which they are associated.
- describeIpamExternalResourceVerificationTokens(params = {}, callback) ⇒ AWS.Request
Describe verification tokens.
- describeIpamPools(params = {}, callback) ⇒ AWS.Request
Get information about your IPAM pools.
.
- describeIpamResourceDiscoveries(params = {}, callback) ⇒ AWS.Request
Describes IPAM resource discoveries.
- describeIpamResourceDiscoveryAssociations(params = {}, callback) ⇒ AWS.Request
Describes resource discovery association with an Amazon VPC IPAM.
- describeIpams(params = {}, callback) ⇒ AWS.Request
Get information about your IPAM pools.
For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.
- describeIpamScopes(params = {}, callback) ⇒ AWS.Request
Get information about your IPAM scopes.
.
- describeIpv6Pools(params = {}, callback) ⇒ AWS.Request
Describes your IPv6 address pools.
.
- describeKeyPairs(params = {}, callback) ⇒ AWS.Request
Describes the specified key pairs or all of your key pairs.
For more information about key pairs, see Amazon EC2 key pairs in the Amazon Elastic Compute Cloud User Guide.
.- describeLaunchTemplates(params = {}, callback) ⇒ AWS.Request
Describes one or more launch templates.
.
- describeLaunchTemplateVersions(params = {}, callback) ⇒ AWS.Request
Describes one or more versions of a specified launch template.
- describeLocalGatewayRouteTables(params = {}, callback) ⇒ AWS.Request
Describes one or more local gateway route tables.
- describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(params = {}, callback) ⇒ AWS.Request
Describes the associations between virtual interface groups and local gateway route tables.
.
- describeLocalGatewayRouteTableVpcAssociations(params = {}, callback) ⇒ AWS.Request
Describes the specified associations between VPCs and local gateway route tables.
.
- describeLocalGateways(params = {}, callback) ⇒ AWS.Request
Describes one or more local gateways.
- describeLocalGatewayVirtualInterfaceGroups(params = {}, callback) ⇒ AWS.Request
Describes the specified local gateway virtual interface groups.
.
- describeLocalGatewayVirtualInterfaces(params = {}, callback) ⇒ AWS.Request
Describes the specified local gateway virtual interfaces.
.
- describeLockedSnapshots(params = {}, callback) ⇒ AWS.Request
Describes the lock status for a snapshot.
.
- describeMacHosts(params = {}, callback) ⇒ AWS.Request
Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.
.
- describeManagedPrefixLists(params = {}, callback) ⇒ AWS.Request
Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.
To view the entries for your prefix list, use GetManagedPrefixListEntries.
.- describeMovingAddresses(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.- describeNatGateways(params = {}, callback) ⇒ AWS.Request
Describes your NAT gateways.
- describeNetworkAcls(params = {}, callback) ⇒ AWS.Request
Describes your network ACLs.
- describeNetworkInsightsAccessScopeAnalyses(params = {}, callback) ⇒ AWS.Request
Describes the specified Network Access Scope analyses.
.
- describeNetworkInsightsAccessScopes(params = {}, callback) ⇒ AWS.Request
Describes the specified Network Access Scopes.
.
- describeNetworkInsightsAnalyses(params = {}, callback) ⇒ AWS.Request
Describes one or more of your network insights analyses.
.
- describeNetworkInsightsPaths(params = {}, callback) ⇒ AWS.Request
Describes one or more of your paths.
.
- describeNetworkInterfaceAttribute(params = {}, callback) ⇒ AWS.Request
Describes a network interface attribute.
- describeNetworkInterfacePermissions(params = {}, callback) ⇒ AWS.Request
Describes the permissions for your network interfaces.
- describeNetworkInterfaces(params = {}, callback) ⇒ AWS.Request
Describes one or more of your network interfaces.
If you have a large number of network interfaces, the operation fails unless you use pagination or one of the following filters:
group-id
,mac-address
,private-dns-name
,private-ip-address
,private-dns-name
,subnet-id
, orvpc-id
.We strongly recommend using only paginated requests.
- describePlacementGroups(params = {}, callback) ⇒ AWS.Request
Describes the specified placement groups or all of your placement groups.
Note: To describe a specific placement group that is shared with your account, you must specify the ID of the placement group using theGroupId
parameter.- describePrefixLists(params = {}, callback) ⇒ AWS.Request
Describes available Amazon Web Services services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service.
We recommend that you use DescribeManagedPrefixLists instead.
.- describePrincipalIdFormat(params = {}, callback) ⇒ AWS.Request
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.
- describePublicIpv4Pools(params = {}, callback) ⇒ AWS.Request
Describes the specified IPv4 address pools.
.
- describeRegions(params = {}, callback) ⇒ AWS.Request
Describes the Regions that are enabled for your account, or all Regions.
For a list of the Regions supported by Amazon EC2, see Amazon EC2 service endpoints.
For information about enabling and disabling Regions for your account, see Specify which Amazon Web Services Regions your account can use in the Amazon Web Services Account Management Reference Guide.
Note: The order of the elements in the response, including those within nested structures, might vary.- describeReplaceRootVolumeTasks(params = {}, callback) ⇒ AWS.Request
Describes a root volume replacement task.
- describeReservedInstances(params = {}, callback) ⇒ AWS.Request
Describes one or more of the Reserved Instances that you purchased.
For more information about Reserved Instances, see Reserved Instances in the Amazon EC2 User Guide.
Note: The order of the elements in the response, including those within nested structures, might vary.- describeReservedInstancesListings(params = {}, callback) ⇒ AWS.Request
Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.
The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity.
- describeReservedInstancesModifications(params = {}, callback) ⇒ AWS.Request
Describes the modifications made to your Reserved Instances.
- describeReservedInstancesOfferings(params = {}, callback) ⇒ AWS.Request
Describes Reserved Instance offerings that are available for purchase.
- describeRouteTables(params = {}, callback) ⇒ AWS.Request
Describes your route tables.
- describeScheduledInstanceAvailability(params = {}, callback) ⇒ AWS.Request
Finds available schedules that meet the specified criteria.
You can search for an available schedule no more than 3 months in advance.
- describeScheduledInstances(params = {}, callback) ⇒ AWS.Request
Describes the specified Scheduled Instances or all your Scheduled Instances.
.
- describeSecurityGroupReferences(params = {}, callback) ⇒ AWS.Request
Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.
.
- describeSecurityGroupRules(params = {}, callback) ⇒ AWS.Request
Describes one or more of your security group rules.
.
- describeSecurityGroups(params = {}, callback) ⇒ AWS.Request
Describes the specified security groups or all of your security groups.
.
- describeSnapshotAttribute(params = {}, callback) ⇒ AWS.Request
Describes the specified attribute of the specified snapshot.
- describeSnapshots(params = {}, callback) ⇒ AWS.Request
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other Amazon Web Services accounts for which you have explicit create volume permissions.
The create volume permissions fall into the following categories:
-
public: The owner of the snapshot granted create volume permissions for the snapshot to the
all
group.
- describeSnapshotTierStatus(params = {}, callback) ⇒ AWS.Request
Describes the storage tier status of one or more Amazon EBS snapshots.
.
- describeSpotDatafeedSubscription(params = {}, callback) ⇒ AWS.Request
Describes the data feed for Spot Instances.
- describeSpotFleetInstances(params = {}, callback) ⇒ AWS.Request
Describes the running instances for the specified Spot Fleet.
.
- describeSpotFleetRequestHistory(params = {}, callback) ⇒ AWS.Request
Describes the events for the specified Spot Fleet request during the specified time.
Spot Fleet events are delayed by up to 30 seconds before they can be described.
- describeSpotFleetRequests(params = {}, callback) ⇒ AWS.Request
Describes your Spot Fleet requests.
Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.
.- describeSpotInstanceRequests(params = {}, callback) ⇒ AWS.Request
Describes the specified Spot Instance requests.
You can use
DescribeSpotInstanceRequests
to find a running Spot Instance by examining the response.- describeSpotPriceHistory(params = {}, callback) ⇒ AWS.Request
Describes the Spot price history.
- describeStaleSecurityGroups(params = {}, callback) ⇒ AWS.Request
Describes the stale security group rules for security groups in a specified VPC.
- describeStoreImageTasks(params = {}, callback) ⇒ AWS.Request
Describes the progress of the AMI store tasks.
- describeSubnets(params = {}, callback) ⇒ AWS.Request
Describes your subnets.
- describeTags(params = {}, callback) ⇒ AWS.Request
Describes the specified tags for your EC2 resources.
For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.
We strongly recommend using only paginated requests.
- describeTrafficMirrorFilterRules(params = {}, callback) ⇒ AWS.Request
Describe traffic mirror filters that determine the traffic that is mirrored.
.
- describeTrafficMirrorFilters(params = {}, callback) ⇒ AWS.Request
Describes one or more Traffic Mirror filters.
.
- describeTrafficMirrorSessions(params = {}, callback) ⇒ AWS.Request
Describes one or more Traffic Mirror sessions.
- describeTrafficMirrorTargets(params = {}, callback) ⇒ AWS.Request
Information about one or more Traffic Mirror targets.
.
- describeTransitGatewayAttachments(params = {}, callback) ⇒ AWS.Request
Describes one or more attachments between resources and transit gateways.
- describeTransitGatewayConnectPeers(params = {}, callback) ⇒ AWS.Request
Describes one or more Connect peers.
.
- describeTransitGatewayConnects(params = {}, callback) ⇒ AWS.Request
Describes one or more Connect attachments.
.
- describeTransitGatewayMulticastDomains(params = {}, callback) ⇒ AWS.Request
Describes one or more transit gateway multicast domains.
.
- describeTransitGatewayPeeringAttachments(params = {}, callback) ⇒ AWS.Request
Describes your transit gateway peering attachments.
.
- describeTransitGatewayPolicyTables(params = {}, callback) ⇒ AWS.Request
Describes one or more transit gateway route policy tables.
- describeTransitGatewayRouteTableAnnouncements(params = {}, callback) ⇒ AWS.Request
Describes one or more transit gateway route table advertisements.
.
- describeTransitGatewayRouteTables(params = {}, callback) ⇒ AWS.Request
Describes one or more transit gateway route tables.
- describeTransitGateways(params = {}, callback) ⇒ AWS.Request
Describes one or more transit gateways.
- describeTransitGatewayVpcAttachments(params = {}, callback) ⇒ AWS.Request
Describes one or more VPC attachments.
- describeTrunkInterfaceAssociations(params = {}, callback) ⇒ AWS.Request
Describes one or more network interface trunk associations.
.
- describeVerifiedAccessEndpoints(params = {}, callback) ⇒ AWS.Request
Describes the specified Amazon Web Services Verified Access endpoints.
.
- describeVerifiedAccessGroups(params = {}, callback) ⇒ AWS.Request
Describes the specified Verified Access groups.
.
- describeVerifiedAccessInstanceLoggingConfigurations(params = {}, callback) ⇒ AWS.Request
Describes the specified Amazon Web Services Verified Access instances.
.
- describeVerifiedAccessInstances(params = {}, callback) ⇒ AWS.Request
Describes the specified Amazon Web Services Verified Access instances.
.
- describeVerifiedAccessTrustProviders(params = {}, callback) ⇒ AWS.Request
Describes the specified Amazon Web Services Verified Access trust providers.
.
- describeVolumeAttribute(params = {}, callback) ⇒ AWS.Request
Describes the specified attribute of the specified volume.
- describeVolumes(params = {}, callback) ⇒ AWS.Request
Describes the specified EBS volumes or all of your EBS volumes.
If you are describing a long list of volumes, we recommend that you paginate the output to make the list more manageable.
- describeVolumesModifications(params = {}, callback) ⇒ AWS.Request
Describes the most recent volume modification request for the specified EBS volumes.
For more information, see Monitor the progress of volume modifications in the Amazon EBS User Guide.
.- describeVolumeStatus(params = {}, callback) ⇒ AWS.Request
Describes the status of the specified volumes.
- describeVpcAttribute(params = {}, callback) ⇒ AWS.Request
Describes the specified attribute of the specified VPC.
- describeVpcClassicLink(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.- describeVpcClassicLinkDnsSupport(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.- describeVpcEndpointConnectionNotifications(params = {}, callback) ⇒ AWS.Request
Describes the connection notifications for VPC endpoints and VPC endpoint services.
.
- describeVpcEndpointConnections(params = {}, callback) ⇒ AWS.Request
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.
.
- describeVpcEndpoints(params = {}, callback) ⇒ AWS.Request
Describes your VPC endpoints.
- describeVpcEndpointServiceConfigurations(params = {}, callback) ⇒ AWS.Request
Describes the VPC endpoint service configurations in your account (your services).
.
- describeVpcEndpointServicePermissions(params = {}, callback) ⇒ AWS.Request
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
.
- describeVpcEndpointServices(params = {}, callback) ⇒ AWS.Request
Describes available services to which you can create a VPC endpoint.
When the service provider and the consumer have different accounts in multiple Availability Zones, and the consumer views the VPC endpoint service information, the response only includes the common Availability Zones.
- describeVpcPeeringConnections(params = {}, callback) ⇒ AWS.Request
Describes your VPC peering connections.
- describeVpcs(params = {}, callback) ⇒ AWS.Request
Describes your VPCs.
- describeVpnConnections(params = {}, callback) ⇒ AWS.Request
Describes one or more of your VPN connections.
For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.
.- describeVpnGateways(params = {}, callback) ⇒ AWS.Request
Describes one or more of your virtual private gateways.
For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.
.- detachClassicLinkVpc(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.- detachInternetGateway(params = {}, callback) ⇒ AWS.Request
Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC.
- detachNetworkInterface(params = {}, callback) ⇒ AWS.Request
Detaches a network interface from an instance.
.
- detachVerifiedAccessTrustProvider(params = {}, callback) ⇒ AWS.Request
Detaches the specified Amazon Web Services Verified Access trust provider from the specified Amazon Web Services Verified Access instance.
.
- detachVolume(params = {}, callback) ⇒ AWS.Request
Detaches an EBS volume from an instance.
- detachVpnGateway(params = {}, callback) ⇒ AWS.Request
Detaches a virtual private gateway from a VPC.
- disableAddressTransfer(params = {}, callback) ⇒ AWS.Request
Disables Elastic IP address transfer.
- disableAwsNetworkPerformanceMetricSubscription(params = {}, callback) ⇒ AWS.Request
Disables Infrastructure Performance metric subscriptions.
.
- disableEbsEncryptionByDefault(params = {}, callback) ⇒ AWS.Request
Disables EBS encryption by default for your account in the current Region.
After you disable encryption by default, you can still create encrypted volumes by enabling encryption when you create each volume.
Disabling encryption by default does not change the encryption status of your existing volumes.
For more information, see Amazon EBS encryption in the Amazon EBS User Guide.
.- disableFastLaunch(params = {}, callback) ⇒ AWS.Request
Discontinue Windows fast launch for a Windows AMI, and clean up existing pre-provisioned snapshots.
- disableFastSnapshotRestores(params = {}, callback) ⇒ AWS.Request
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
.
- disableImage(params = {}, callback) ⇒ AWS.Request
Sets the AMI state to
disabled
and removes all launch permissions from the AMI.- disableImageBlockPublicAccess(params = {}, callback) ⇒ AWS.Request
Disables block public access for AMIs at the account level in the specified Amazon Web Services Region.
- disableImageDeprecation(params = {}, callback) ⇒ AWS.Request
Cancels the deprecation of the specified AMI.
For more information, see Deprecate an AMI in the Amazon EC2 User Guide.
.- disableImageDeregistrationProtection(params = {}, callback) ⇒ AWS.Request
Disables deregistration protection for an AMI.
- disableIpamOrganizationAdminAccount(params = {}, callback) ⇒ AWS.Request
Disable the IPAM account.
- disableSerialConsoleAccess(params = {}, callback) ⇒ AWS.Request
Disables access to the EC2 serial console of all instances for your account.
- disableSnapshotBlockPublicAccess(params = {}, callback) ⇒ AWS.Request
Disables the block public access for snapshots setting at the account level for the specified Amazon Web Services Region.
- disableTransitGatewayRouteTablePropagation(params = {}, callback) ⇒ AWS.Request
Disables the specified resource attachment from propagating routes to the specified propagation route table.
.
- disableVgwRoutePropagation(params = {}, callback) ⇒ AWS.Request
Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.
.
- disableVpcClassicLink(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.- disableVpcClassicLinkDnsSupport(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.- disassociateAddress(params = {}, callback) ⇒ AWS.Request
Disassociates an Elastic IP address from the instance or network interface it's associated with.
This is an idempotent operation.
- disassociateClientVpnTargetNetwork(params = {}, callback) ⇒ AWS.Request
Disassociates a target network from the specified Client VPN endpoint.
- disassociateEnclaveCertificateIamRole(params = {}, callback) ⇒ AWS.Request
Disassociates an IAM role from an Certificate Manager (ACM) certificate.
- disassociateIamInstanceProfile(params = {}, callback) ⇒ AWS.Request
Disassociates an IAM instance profile from a running or stopped instance.
Use DescribeIamInstanceProfileAssociations to get the association ID.
.- disassociateInstanceEventWindow(params = {}, callback) ⇒ AWS.Request
Disassociates one or more targets from an event window.
For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.
.- disassociateIpamByoasn(params = {}, callback) ⇒ AWS.Request
Remove the association between your Autonomous System Number (ASN) and your BYOIP CIDR.
- disassociateIpamResourceDiscovery(params = {}, callback) ⇒ AWS.Request
Disassociates a resource discovery from an Amazon VPC IPAM.
- disassociateNatGatewayAddress(params = {}, callback) ⇒ AWS.Request
Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.
- disassociateRouteTable(params = {}, callback) ⇒ AWS.Request
Disassociates a subnet or gateway from a route table.
After you perform this action, the subnet no longer uses the routes in the route table.
- disassociateSubnetCidrBlock(params = {}, callback) ⇒ AWS.Request
Disassociates a CIDR block from a subnet.
- disassociateTransitGatewayMulticastDomain(params = {}, callback) ⇒ AWS.Request
Disassociates the specified subnets from the transit gateway multicast domain.
- disassociateTransitGatewayPolicyTable(params = {}, callback) ⇒ AWS.Request
Removes the association between an an attachment and a policy table.
.
- disassociateTransitGatewayRouteTable(params = {}, callback) ⇒ AWS.Request
Disassociates a resource attachment from a transit gateway route table.
.
- disassociateTrunkInterface(params = {}, callback) ⇒ AWS.Request
Removes an association between a branch network interface with a trunk network interface.
.
- disassociateVpcCidrBlock(params = {}, callback) ⇒ AWS.Request
Disassociates a CIDR block from a VPC.
- enableAddressTransfer(params = {}, callback) ⇒ AWS.Request
Enables Elastic IP address transfer.
- enableAwsNetworkPerformanceMetricSubscription(params = {}, callback) ⇒ AWS.Request
Enables Infrastructure Performance subscriptions.
.
- enableEbsEncryptionByDefault(params = {}, callback) ⇒ AWS.Request
Enables EBS encryption by default for your account in the current Region.
After you enable encryption by default, the EBS volumes that you create are always encrypted, either using the default KMS key or the KMS key that you specified when you created each volume.
- enableFastLaunch(params = {}, callback) ⇒ AWS.Request
When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster.
- enableFastSnapshotRestores(params = {}, callback) ⇒ AWS.Request
Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.
You get the full benefit of fast snapshot restores after they enter the
enabled
state.- enableImage(params = {}, callback) ⇒ AWS.Request
Re-enables a disabled AMI.
- enableImageBlockPublicAccess(params = {}, callback) ⇒ AWS.Request
Enables block public access for AMIs at the account level in the specified Amazon Web Services Region.
- enableImageDeprecation(params = {}, callback) ⇒ AWS.Request
Enables deprecation of the specified AMI at the specified date and time.
For more information, see Deprecate an AMI in the Amazon EC2 User Guide.
.- enableImageDeregistrationProtection(params = {}, callback) ⇒ AWS.Request
Enables deregistration protection for an AMI.
- enableIpamOrganizationAdminAccount(params = {}, callback) ⇒ AWS.Request
Enable an Organizations member account as the IPAM admin account.
- enableReachabilityAnalyzerOrganizationSharing(params = {}, callback) ⇒ AWS.Request
Establishes a trust relationship between Reachability Analyzer and Organizations.
- enableSerialConsoleAccess(params = {}, callback) ⇒ AWS.Request
Enables access to the EC2 serial console of all instances for your account.
- enableSnapshotBlockPublicAccess(params = {}, callback) ⇒ AWS.Request
Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region.
- enableTransitGatewayRouteTablePropagation(params = {}, callback) ⇒ AWS.Request
Enables the specified attachment to propagate routes to the specified propagation route table.
.
- enableVgwRoutePropagation(params = {}, callback) ⇒ AWS.Request
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
.
- enableVolumeIO(params = {}, callback) ⇒ AWS.Request
Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
.
- enableVpcClassicLink(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.- enableVpcClassicLinkDnsSupport(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.- exportClientVpnClientCertificateRevocationList(params = {}, callback) ⇒ AWS.Request
Downloads the client certificate revocation list for the specified Client VPN endpoint.
.
- exportClientVpnClientConfiguration(params = {}, callback) ⇒ AWS.Request
Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint.
- exportImage(params = {}, callback) ⇒ AWS.Request
Exports an Amazon Machine Image (AMI) to a VM file.
- exportTransitGatewayRoutes(params = {}, callback) ⇒ AWS.Request
Exports routes from the specified transit gateway route table to the specified S3 bucket.
- getAssociatedEnclaveCertificateIamRoles(params = {}, callback) ⇒ AWS.Request
Returns the IAM roles that are associated with the specified ACM (ACM) certificate.
- getAssociatedIpv6PoolCidrs(params = {}, callback) ⇒ AWS.Request
Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
.
- getAwsNetworkPerformanceData(params = {}, callback) ⇒ AWS.Request
Gets network performance data.
.
- getCapacityReservationUsage(params = {}, callback) ⇒ AWS.Request
Gets usage information about a Capacity Reservation.
- getCoipPoolUsage(params = {}, callback) ⇒ AWS.Request
Describes the allocations from the specified customer-owned address pool.
.
- getConsoleOutput(params = {}, callback) ⇒ AWS.Request
Gets the console output for the specified instance.
- getConsoleScreenshot(params = {}, callback) ⇒ AWS.Request
Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.
The returned content is Base64-encoded.
For more information, see Instance console output in the Amazon EC2 User Guide.
.- getDefaultCreditSpecification(params = {}, callback) ⇒ AWS.Request
Describes the default credit option for CPU usage of a burstable performance instance family.
For more information, see Burstable performance instances in the Amazon EC2 User Guide.
.- getEbsDefaultKmsKeyId(params = {}, callback) ⇒ AWS.Request
Describes the default KMS key for EBS encryption by default for your account in this Region.
- getEbsEncryptionByDefault(params = {}, callback) ⇒ AWS.Request
Describes whether EBS encryption by default is enabled for your account in the current Region.
For more information, see Amazon EBS encryption in the Amazon EBS User Guide.
.- getFlowLogsIntegrationTemplate(params = {}, callback) ⇒ AWS.Request
Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena.
- getGroupsForCapacityReservation(params = {}, callback) ⇒ AWS.Request
Lists the resource groups to which a Capacity Reservation has been added.
.
- getHostReservationPurchasePreview(params = {}, callback) ⇒ AWS.Request
Preview a reservation purchase with configurations that match those of your Dedicated Host.
- getImageBlockPublicAccessState(params = {}, callback) ⇒ AWS.Request
Gets the current state of block public access for AMIs at the account level in the specified Amazon Web Services Region.
For more information, see Block public access to your AMIs in the Amazon EC2 User Guide.
.- getInstanceMetadataDefaults(params = {}, callback) ⇒ AWS.Request
Gets the default instance metadata service (IMDS) settings that are set at the account level in the specified Amazon Web Services Region.
For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.
.- getInstanceTpmEkPub(params = {}, callback) ⇒ AWS.Request
Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.
.
- getInstanceTypesFromInstanceRequirements(params = {}, callback) ⇒ AWS.Request
Returns a list of instance types with the specified instance attributes.
- getInstanceUefiData(params = {}, callback) ⇒ AWS.Request
A binary representation of the UEFI variable store.
- getIpamAddressHistory(params = {}, callback) ⇒ AWS.Request
Retrieve historical information about a CIDR within an IPAM scope.
- getIpamDiscoveredAccounts(params = {}, callback) ⇒ AWS.Request
Gets IPAM discovered accounts.
- getIpamDiscoveredPublicAddresses(params = {}, callback) ⇒ AWS.Request
Gets the public IP addresses that have been discovered by IPAM.
.
- getIpamDiscoveredResourceCidrs(params = {}, callback) ⇒ AWS.Request
Returns the resource CIDRs that are monitored as part of a resource discovery.
- getIpamPoolAllocations(params = {}, callback) ⇒ AWS.Request
Get a list of all the CIDR allocations in an IPAM pool.
- getIpamPoolCidrs(params = {}, callback) ⇒ AWS.Request
Get the CIDRs provisioned to an IPAM pool.
.
- getIpamResourceCidrs(params = {}, callback) ⇒ AWS.Request
Returns resource CIDRs managed by IPAM in a given scope.
- getLaunchTemplateData(params = {}, callback) ⇒ AWS.Request
Retrieves the configuration data of the specified instance.
- getManagedPrefixListAssociations(params = {}, callback) ⇒ AWS.Request
Gets information about the resources that are associated with the specified managed prefix list.
.
- getManagedPrefixListEntries(params = {}, callback) ⇒ AWS.Request
Gets information about the entries for a specified managed prefix list.
.
- getNetworkInsightsAccessScopeAnalysisFindings(params = {}, callback) ⇒ AWS.Request
Gets the findings for the specified Network Access Scope analysis.
.
- getNetworkInsightsAccessScopeContent(params = {}, callback) ⇒ AWS.Request
Gets the content for the specified Network Access Scope.
.
- getPasswordData(params = {}, callback) ⇒ AWS.Request
Retrieves the encrypted administrator password for a running Windows instance.
The Windows password is generated at boot by the
EC2Config
service orEC2Launch
scripts (Windows Server 2016 and later).- getReservedInstancesExchangeQuote(params = {}, callback) ⇒ AWS.Request
Returns a quote and exchange information for exchanging one or more specified Convertible Reserved Instances for a new Convertible Reserved Instance.
- getSecurityGroupsForVpc(params = {}, callback) ⇒ AWS.Request
Gets security groups that can be associated by the Amazon Web Services account making the request with network interfaces in the specified VPC.
.
- getSerialConsoleAccessStatus(params = {}, callback) ⇒ AWS.Request
Retrieves the access status of your account to the EC2 serial console of all instances.
- getSnapshotBlockPublicAccessState(params = {}, callback) ⇒ AWS.Request
Gets the current state of block public access for snapshots setting for the account and Region.
For more information, see Block public access for snapshots in the Amazon EBS User Guide.
.- getSpotPlacementScores(params = {}, callback) ⇒ AWS.Request
Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and compute requirements.
You can specify your compute requirements either by using
InstanceRequirementsWithMetadata
and letting Amazon EC2 choose the optimal instance types to fulfill your Spot request, or you can specify the instance types by usingInstanceTypes
.For more information, see Spot placement score in the Amazon EC2 User Guide.
.- getSubnetCidrReservations(params = {}, callback) ⇒ AWS.Request
Gets information about the subnet CIDR reservations.
.
- getTransitGatewayAttachmentPropagations(params = {}, callback) ⇒ AWS.Request
Lists the route tables to which the specified resource attachment propagates routes.
.
- getTransitGatewayMulticastDomainAssociations(params = {}, callback) ⇒ AWS.Request
Gets information about the associations for the transit gateway multicast domain.
.
- getTransitGatewayPolicyTableAssociations(params = {}, callback) ⇒ AWS.Request
Gets a list of the transit gateway policy table associations.
.
- getTransitGatewayPolicyTableEntries(params = {}, callback) ⇒ AWS.Request
Returns a list of transit gateway policy table entries.
.
- getTransitGatewayPrefixListReferences(params = {}, callback) ⇒ AWS.Request
Gets information about the prefix list references in a specified transit gateway route table.
.
- getTransitGatewayRouteTableAssociations(params = {}, callback) ⇒ AWS.Request
Gets information about the associations for the specified transit gateway route table.
.
- getTransitGatewayRouteTablePropagations(params = {}, callback) ⇒ AWS.Request
Gets information about the route table propagations for the specified transit gateway route table.
.
- getVerifiedAccessEndpointPolicy(params = {}, callback) ⇒ AWS.Request
Get the Verified Access policy associated with the endpoint.
.
- getVerifiedAccessGroupPolicy(params = {}, callback) ⇒ AWS.Request
Shows the contents of the Verified Access policy associated with the group.
.
- getVpnConnectionDeviceSampleConfiguration(params = {}, callback) ⇒ AWS.Request
Download an Amazon Web Services-provided sample configuration file to be used with the customer gateway device specified for your Site-to-Site VPN connection.
.
- getVpnConnectionDeviceTypes(params = {}, callback) ⇒ AWS.Request
Obtain a list of customer gateway devices for which sample configuration files can be provided.
- getVpnTunnelReplacementStatus(params = {}, callback) ⇒ AWS.Request
Get details of available tunnel endpoint maintenance.
.
- importClientVpnClientCertificateRevocationList(params = {}, callback) ⇒ AWS.Request
Uploads a client certificate revocation list to the specified Client VPN endpoint.
- importImage(params = {}, callback) ⇒ AWS.Request
Note: To import your virtual machines (VMs) with a console-based experience, you can use the Import virtual machine images to Amazon Web Services template in the Migration Hub Orchestrator console.- importInstance(params = {}, callback) ⇒ AWS.Request
Note: We recommend that you use theImportImage
API.- importKeyPair(params = {}, callback) ⇒ AWS.Request
Imports the public key from an RSA or ED25519 key pair that you created with a third-party tool.
- importSnapshot(params = {}, callback) ⇒ AWS.Request
Imports a disk into an EBS snapshot.
For more information, see Importing a disk as a snapshot using VM Import/Export in the VM Import/Export User Guide.
.- importVolume(params = {}, callback) ⇒ AWS.Request
Creates an import volume task using metadata from the specified disk image.
This API action supports only single-volume VMs.
- listImagesInRecycleBin(params = {}, callback) ⇒ AWS.Request
Lists one or more AMIs that are currently in the Recycle Bin.
- listSnapshotsInRecycleBin(params = {}, callback) ⇒ AWS.Request
Lists one or more snapshots that are currently in the Recycle Bin.
.
- lockSnapshot(params = {}, callback) ⇒ AWS.Request
Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions for a specific duration.
- modifyAddressAttribute(params = {}, callback) ⇒ AWS.Request
Modifies an attribute of the specified Elastic IP address.
- modifyAvailabilityZoneGroup(params = {}, callback) ⇒ AWS.Request
Changes the opt-in status of the specified zone group for your account.
.
- modifyCapacityReservation(params = {}, callback) ⇒ AWS.Request
Modifies a Capacity Reservation's capacity, instance eligibility, and the conditions under which it is to be released.
- modifyCapacityReservationFleet(params = {}, callback) ⇒ AWS.Request
Modifies a Capacity Reservation Fleet.
When you modify the total target capacity of a Capacity Reservation Fleet, the Fleet automatically creates new Capacity Reservations, or modifies or cancels existing Capacity Reservations in the Fleet to meet the new total target capacity.
- modifyClientVpnEndpoint(params = {}, callback) ⇒ AWS.Request
Modifies the specified Client VPN endpoint.
- modifyDefaultCreditSpecification(params = {}, callback) ⇒ AWS.Request
Modifies the default credit option for CPU usage of burstable performance instances.
- modifyEbsDefaultKmsKeyId(params = {}, callback) ⇒ AWS.Request
Changes the default KMS key for EBS encryption by default for your account in this Region.
Amazon Web Services creates a unique Amazon Web Services managed KMS key in each Region for use with encryption by default.
- modifyFleet(params = {}, callback) ⇒ AWS.Request
Modifies the specified EC2 Fleet.
You can only modify an EC2 Fleet request of type
maintain
.While the EC2 Fleet is being modified, it is in the
modifying
state.To scale up your EC2 Fleet, increase its target capacity.
- modifyFpgaImageAttribute(params = {}, callback) ⇒ AWS.Request
Modifies the specified attribute of the specified Amazon FPGA Image (AFI).
.
- modifyHosts(params = {}, callback) ⇒ AWS.Request
Modify the auto-placement setting of a Dedicated Host.
- modifyIdentityIdFormat(params = {}, callback) ⇒ AWS.Request
Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all IAM users, IAM roles, and the root user for an account.
- modifyIdFormat(params = {}, callback) ⇒ AWS.Request
Modifies the ID format for the specified resource on a per-Region basis.
- modifyImageAttribute(params = {}, callback) ⇒ AWS.Request
Modifies the specified attribute of the specified AMI.
- modifyInstanceAttribute(params = {}, callback) ⇒ AWS.Request
Modifies the specified attribute of the specified instance.
- modifyInstanceCapacityReservationAttributes(params = {}, callback) ⇒ AWS.Request
Modifies the Capacity Reservation settings for a stopped instance.
- modifyInstanceCreditSpecification(params = {}, callback) ⇒ AWS.Request
Modifies the credit option for CPU usage on a running or stopped burstable performance instance.
- modifyInstanceEventStartTime(params = {}, callback) ⇒ AWS.Request
Modifies the start time for a scheduled Amazon EC2 instance event.
.
- modifyInstanceEventWindow(params = {}, callback) ⇒ AWS.Request
Modifies the specified event window.
You can define either a set of time ranges or a cron expression when modifying the event window, but not both.
To modify the targets associated with the event window, use the AssociateInstanceEventWindow and DisassociateInstanceEventWindow API.
If Amazon Web Services has already scheduled an event, modifying an event window won't change the time of the scheduled event.
For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.
.- modifyInstanceMaintenanceOptions(params = {}, callback) ⇒ AWS.Request
Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default.
- modifyInstanceMetadataDefaults(params = {}, callback) ⇒ AWS.Request
Modifies the default instance metadata service (IMDS) settings at the account level in the specified Amazon Web Services Region.
Note: To remove a parameter's account-level default setting, specifyno-preference
.- modifyInstanceMetadataOptions(params = {}, callback) ⇒ AWS.Request
Modify the instance metadata parameters on a running or stopped instance.
- modifyInstancePlacement(params = {}, callback) ⇒ AWS.Request
Modifies the placement attributes for a specified instance.
- modifyIpam(params = {}, callback) ⇒ AWS.Request
Modify the configurations of an IPAM.
- modifyIpamPool(params = {}, callback) ⇒ AWS.Request
Modify the configurations of an IPAM pool.
For more information, see Modify a pool in the Amazon VPC IPAM User Guide.
- modifyIpamResourceCidr(params = {}, callback) ⇒ AWS.Request
Modify a resource CIDR.
- modifyIpamResourceDiscovery(params = {}, callback) ⇒ AWS.Request
Modifies a resource discovery.
- modifyIpamScope(params = {}, callback) ⇒ AWS.Request
Modify an IPAM scope.
.
- modifyLaunchTemplate(params = {}, callback) ⇒ AWS.Request
Modifies a launch template.
- modifyLocalGatewayRoute(params = {}, callback) ⇒ AWS.Request
Modifies the specified local gateway route.
.
- modifyManagedPrefixList(params = {}, callback) ⇒ AWS.Request
Modifies the specified managed prefix list.
Adding or removing entries in a prefix list creates a new version of the prefix list.
- modifyNetworkInterfaceAttribute(params = {}, callback) ⇒ AWS.Request
Modifies the specified network interface attribute.
- modifyPrivateDnsNameOptions(params = {}, callback) ⇒ AWS.Request
Modifies the options for instance hostnames for the specified instance.
.
- modifyReservedInstances(params = {}, callback) ⇒ AWS.Request
Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type.
- modifySecurityGroupRules(params = {}, callback) ⇒ AWS.Request
Modifies the rules of a security group.
.
- modifySnapshotAttribute(params = {}, callback) ⇒ AWS.Request
Adds or removes permission settings for the specified snapshot.
- modifySnapshotTier(params = {}, callback) ⇒ AWS.Request
Archives an Amazon EBS snapshot.
- modifySpotFleetRequest(params = {}, callback) ⇒ AWS.Request
Modifies the specified Spot Fleet request.
You can only modify a Spot Fleet request of type
maintain
.While the Spot Fleet request is being modified, it is in the
modifying
state.To scale up your Spot Fleet, increase its target capacity.
- modifySubnetAttribute(params = {}, callback) ⇒ AWS.Request
Modifies a subnet attribute.
- modifyTrafficMirrorFilterNetworkServices(params = {}, callback) ⇒ AWS.Request
Allows or restricts mirroring network services.
By default, Amazon DNS network services are not eligible for Traffic Mirror.
- modifyTrafficMirrorFilterRule(params = {}, callback) ⇒ AWS.Request
Modifies the specified Traffic Mirror rule.
DestinationCidrBlock
andSourceCidrBlock
must both be an IPv4 range or an IPv6 range.- modifyTrafficMirrorSession(params = {}, callback) ⇒ AWS.Request
Modifies a Traffic Mirror session.
.
- modifyTransitGateway(params = {}, callback) ⇒ AWS.Request
Modifies the specified transit gateway.
- modifyTransitGatewayPrefixListReference(params = {}, callback) ⇒ AWS.Request
Modifies a reference (route) to a prefix list in a specified transit gateway route table.
.
- modifyTransitGatewayVpcAttachment(params = {}, callback) ⇒ AWS.Request
Modifies the specified VPC attachment.
.
- modifyVerifiedAccessEndpoint(params = {}, callback) ⇒ AWS.Request
Modifies the configuration of the specified Amazon Web Services Verified Access endpoint.
.
- modifyVerifiedAccessEndpointPolicy(params = {}, callback) ⇒ AWS.Request
Modifies the specified Amazon Web Services Verified Access endpoint policy.
.
- modifyVerifiedAccessGroup(params = {}, callback) ⇒ AWS.Request
Modifies the specified Amazon Web Services Verified Access group configuration.
.
- modifyVerifiedAccessGroupPolicy(params = {}, callback) ⇒ AWS.Request
Modifies the specified Amazon Web Services Verified Access group policy.
.
- modifyVerifiedAccessInstance(params = {}, callback) ⇒ AWS.Request
Modifies the configuration of the specified Amazon Web Services Verified Access instance.
.
- modifyVerifiedAccessInstanceLoggingConfiguration(params = {}, callback) ⇒ AWS.Request
Modifies the logging configuration for the specified Amazon Web Services Verified Access instance.
.
- modifyVerifiedAccessTrustProvider(params = {}, callback) ⇒ AWS.Request
Modifies the configuration of the specified Amazon Web Services Verified Access trust provider.
.
- modifyVolume(params = {}, callback) ⇒ AWS.Request
You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity.
- modifyVolumeAttribute(params = {}, callback) ⇒ AWS.Request
Modifies a volume attribute.
By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption.
- modifyVpcAttribute(params = {}, callback) ⇒ AWS.Request
Modifies the specified attribute of the specified VPC.
.
- modifyVpcEndpoint(params = {}, callback) ⇒ AWS.Request
Modifies attributes of a specified VPC endpoint.
- modifyVpcEndpointConnectionNotification(params = {}, callback) ⇒ AWS.Request
Modifies a connection notification for VPC endpoint or VPC endpoint service.
- modifyVpcEndpointServiceConfiguration(params = {}, callback) ⇒ AWS.Request
Modifies the attributes of your VPC endpoint service configuration.
- modifyVpcEndpointServicePayerResponsibility(params = {}, callback) ⇒ AWS.Request
Modifies the payer responsibility for your VPC endpoint service.
.
- modifyVpcEndpointServicePermissions(params = {}, callback) ⇒ AWS.Request
Modifies the permissions for your VPC endpoint service.
- modifyVpcPeeringConnectionOptions(params = {}, callback) ⇒ AWS.Request
Modifies the VPC peering connection options on one side of a VPC peering connection.
If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC.
- modifyVpcTenancy(params = {}, callback) ⇒ AWS.Request
Modifies the instance tenancy attribute of the specified VPC.
- modifyVpnConnection(params = {}, callback) ⇒ AWS.Request
Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection.
- modifyVpnConnectionOptions(params = {}, callback) ⇒ AWS.Request
Modifies the connection options for your Site-to-Site VPN connection.
When you modify the VPN connection options, the VPN endpoint IP addresses on the Amazon Web Services side do not change, and the tunnel options do not change.
- modifyVpnTunnelCertificate(params = {}, callback) ⇒ AWS.Request
Modifies the VPN tunnel endpoint certificate.
.
- modifyVpnTunnelOptions(params = {}, callback) ⇒ AWS.Request
Modifies the options for a VPN tunnel in an Amazon Web Services Site-to-Site VPN connection.
- monitorInstances(params = {}, callback) ⇒ AWS.Request
Enables detailed monitoring for a running instance.
- moveAddressToVpc(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.- moveByoipCidrToIpam(params = {}, callback) ⇒ AWS.Request
Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool.
If you already have a BYOIPv4 CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool.
- moveCapacityReservationInstances(params = {}, callback) ⇒ AWS.Request
Move available capacity from a source Capacity Reservation to a destination Capacity Reservation.
- provisionByoipCidr(params = {}, callback) ⇒ AWS.Request
Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool.
- provisionIpamByoasn(params = {}, callback) ⇒ AWS.Request
Provisions your Autonomous System Number (ASN) for use in your Amazon Web Services account.
- provisionIpamPoolCidr(params = {}, callback) ⇒ AWS.Request
Provision a CIDR to an IPAM pool.
- provisionPublicIpv4PoolCidr(params = {}, callback) ⇒ AWS.Request
Provision a CIDR to a public IPv4 pool.
For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.
.- purchaseCapacityBlock(params = {}, callback) ⇒ AWS.Request
Purchase the Capacity Block for use with your account.
- purchaseHostReservation(params = {}, callback) ⇒ AWS.Request
Purchase a reservation with configurations that match those of your Dedicated Host.
- purchaseReservedInstancesOffering(params = {}, callback) ⇒ AWS.Request
Purchases a Reserved Instance for use with your account.
- purchaseScheduledInstances(params = {}, callback) ⇒ AWS.Request
Note: You can no longer purchase Scheduled Instances.- rebootInstances(params = {}, callback) ⇒ AWS.Request
Requests a reboot of the specified instances.
- registerImage(params = {}, callback) ⇒ AWS.Request
Registers an AMI.
- registerInstanceEventNotificationAttributes(params = {}, callback) ⇒ AWS.Request
Registers a set of tag keys to include in scheduled event notifications for your resources.
- registerTransitGatewayMulticastGroupMembers(params = {}, callback) ⇒ AWS.Request
Registers members (network interfaces) with the transit gateway multicast group.
- registerTransitGatewayMulticastGroupSources(params = {}, callback) ⇒ AWS.Request
Registers sources (network interfaces) with the specified transit gateway multicast group.
A multicast source is a network interface attached to a supported instance that sends multicast traffic.
- rejectTransitGatewayMulticastDomainAssociations(params = {}, callback) ⇒ AWS.Request
Rejects a request to associate cross-account subnets with a transit gateway multicast domain.
.
- rejectTransitGatewayPeeringAttachment(params = {}, callback) ⇒ AWS.Request
Rejects a transit gateway peering attachment request.
.
- rejectTransitGatewayVpcAttachment(params = {}, callback) ⇒ AWS.Request
Rejects a request to attach a VPC to a transit gateway.
The VPC attachment must be in the
pendingAcceptance
state.- rejectVpcEndpointConnections(params = {}, callback) ⇒ AWS.Request
Rejects VPC endpoint connection requests to your VPC endpoint service.
.
- rejectVpcPeeringConnection(params = {}, callback) ⇒ AWS.Request
Rejects a VPC peering connection request.
- releaseAddress(params = {}, callback) ⇒ AWS.Request
Releases the specified Elastic IP address.
[Default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with.
- releaseHosts(params = {}, callback) ⇒ AWS.Request
When you no longer want to use an On-Demand Dedicated Host it can be released.
- releaseIpamPoolAllocation(params = {}, callback) ⇒ AWS.Request
Release an allocation within an IPAM pool.
- replaceIamInstanceProfileAssociation(params = {}, callback) ⇒ AWS.Request
Replaces an IAM instance profile for the specified running instance.
- replaceNetworkAclAssociation(params = {}, callback) ⇒ AWS.Request
Changes which network ACL a subnet is associated with.
- replaceNetworkAclEntry(params = {}, callback) ⇒ AWS.Request
Replaces an entry (rule) in a network ACL.
- replaceRoute(params = {}, callback) ⇒ AWS.Request
Replaces an existing route within a route table in a VPC.
You must specify either a destination CIDR block or a prefix list ID.
- replaceRouteTableAssociation(params = {}, callback) ⇒ AWS.Request
Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC.
- replaceTransitGatewayRoute(params = {}, callback) ⇒ AWS.Request
Replaces the specified route in the specified transit gateway route table.
.
- replaceVpnTunnel(params = {}, callback) ⇒ AWS.Request
Trigger replacement of specified VPN tunnel.
.
- reportInstanceStatus(params = {}, callback) ⇒ AWS.Request
Submits feedback about the status of an instance.
- requestSpotFleet(params = {}, callback) ⇒ AWS.Request
Creates a Spot Fleet request.
The Spot Fleet request specifies the total target capacity and the On-Demand target capacity.
- requestSpotInstances(params = {}, callback) ⇒ AWS.Request
Creates a Spot Instance request.
For more information, see Work with Spot Instance in the Amazon EC2 User Guide.
We strongly discourage using the RequestSpotInstances API because it is a legacy API with no planned investment.
- resetAddressAttribute(params = {}, callback) ⇒ AWS.Request
Resets the attribute of the specified IP address.
- resetEbsDefaultKmsKeyId(params = {}, callback) ⇒ AWS.Request
Resets the default KMS key for EBS encryption for your account in this Region to the Amazon Web Services managed KMS key for EBS.
After resetting the default KMS key to the Amazon Web Services managed KMS key, you can continue to encrypt by a customer managed KMS key by specifying it when you create the volume.
- resetFpgaImageAttribute(params = {}, callback) ⇒ AWS.Request
Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.
- resetImageAttribute(params = {}, callback) ⇒ AWS.Request
Resets an attribute of an AMI to its default value.
.
- resetInstanceAttribute(params = {}, callback) ⇒ AWS.Request
Resets an attribute of an instance to its default value.
- resetNetworkInterfaceAttribute(params = {}, callback) ⇒ AWS.Request
Resets a network interface attribute.
- resetSnapshotAttribute(params = {}, callback) ⇒ AWS.Request
Resets permission settings for the specified snapshot.
For more information about modifying snapshot permissions, see Share a snapshot in the Amazon EBS User Guide.
.- restoreAddressToClassic(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.- restoreImageFromRecycleBin(params = {}, callback) ⇒ AWS.Request
Restores an AMI from the Recycle Bin.
- restoreManagedPrefixListVersion(params = {}, callback) ⇒ AWS.Request
Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.
.
- restoreSnapshotFromRecycleBin(params = {}, callback) ⇒ AWS.Request
Restores a snapshot from the Recycle Bin.
- restoreSnapshotTier(params = {}, callback) ⇒ AWS.Request
Restores an archived Amazon EBS snapshot for use temporarily or permanently, or modifies the restore period or restore type for a snapshot that was previously temporarily restored.
For more information see Restore an archived snapshot and modify the restore period or restore type for a temporarily restored snapshot in the Amazon EBS User Guide.
.- revokeClientVpnIngress(params = {}, callback) ⇒ AWS.Request
Removes an ingress authorization rule from a Client VPN endpoint.
- revokeSecurityGroupEgress(params = {}, callback) ⇒ AWS.Request
Removes the specified outbound (egress) rules from the specified security group.
You can specify rules using either rule IDs or security group rule properties.
- revokeSecurityGroupIngress(params = {}, callback) ⇒ AWS.Request
Removes the specified inbound (ingress) rules from a security group.
You can specify rules using either rule IDs or security group rule properties.
- runInstances(params = {}, callback) ⇒ AWS.Request
Launches the specified number of instances using an AMI for which you have permissions.
You can specify a number of options, or leave the default options.
- runScheduledInstances(params = {}, callback) ⇒ AWS.Request
Launches the specified Scheduled Instances.
Before you can launch a Scheduled Instance, you must purchase it and obtain an identifier using PurchaseScheduledInstances.
You must launch a Scheduled Instance during its scheduled time period.
- searchLocalGatewayRoutes(params = {}, callback) ⇒ AWS.Request
Searches for routes in the specified local gateway route table.
.
- searchTransitGatewayMulticastGroups(params = {}, callback) ⇒ AWS.Request
Searches one or more transit gateway multicast groups and returns the group membership information.
.
- searchTransitGatewayRoutes(params = {}, callback) ⇒ AWS.Request
Searches for routes in the specified transit gateway route table.
.
- sendDiagnosticInterrupt(params = {}, callback) ⇒ AWS.Request
Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux instances), or a blue screen/stop error (on Windows instances).
- startInstances(params = {}, callback) ⇒ AWS.Request
Starts an Amazon EBS-backed instance that you've previously stopped.
Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started.
- startNetworkInsightsAccessScopeAnalysis(params = {}, callback) ⇒ AWS.Request
Starts analyzing the specified Network Access Scope.
.
- startNetworkInsightsAnalysis(params = {}, callback) ⇒ AWS.Request
Starts analyzing the specified path.
- startVpcEndpointServicePrivateDnsVerification(params = {}, callback) ⇒ AWS.Request
Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.
The service provider must successfully perform the verification before the consumer can use the name to access the service.
Before the service provider runs this command, they must add a record to the DNS server.
.- stopInstances(params = {}, callback) ⇒ AWS.Request
Stops an Amazon EBS-backed instance.
- terminateClientVpnConnections(params = {}, callback) ⇒ AWS.Request
Terminates active Client VPN endpoint connections.
- terminateInstances(params = {}, callback) ⇒ AWS.Request
Shuts down the specified instances.
- unassignIpv6Addresses(params = {}, callback) ⇒ AWS.Request
Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.
.
- unassignPrivateIpAddresses(params = {}, callback) ⇒ AWS.Request
Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface.
.
- unassignPrivateNatGatewayAddress(params = {}, callback) ⇒ AWS.Request
Unassigns secondary private IPv4 addresses from a private NAT gateway.
- unlockSnapshot(params = {}, callback) ⇒ AWS.Request
Unlocks a snapshot that is locked in governance mode or that is locked in compliance mode but still in the cooling-off period.
- unmonitorInstances(params = {}, callback) ⇒ AWS.Request
Disables detailed monitoring for a running instance.
- updateSecurityGroupRuleDescriptionsEgress(params = {}, callback) ⇒ AWS.Request
Updates the description of an egress (outbound) security group rule.
- updateSecurityGroupRuleDescriptionsIngress(params = {}, callback) ⇒ AWS.Request
Updates the description of an ingress (inbound) security group rule.
- waitFor(state, params = {}, callback) ⇒ AWS.Request
Waits for a given EC2 resource.
- withdrawByoipCidr(params = {}, callback) ⇒ AWS.Request
Stops advertising an address range that is provisioned as an address pool.
You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.
It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of BGP propagation delays.
.Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, defineService
Constructor Details
new AWS.EC2(options = {}) ⇒ Object
Constructs a service object. This object has one method for each API operation.
Property Details
Method Details
acceptAddressTransfer(params = {}, callback) ⇒ AWS.Request
Accepts an Elastic IP address transfer. For more information, see Accept a transferred Elastic IP address in the Amazon VPC User Guide.
acceptReservedInstancesExchangeQuote(params = {}, callback) ⇒ AWS.Request
Accepts the Convertible Reserved Instance exchange quote described in the GetReservedInstancesExchangeQuote call.
acceptTransitGatewayMulticastDomainAssociations(params = {}, callback) ⇒ AWS.Request
Accepts a request to associate subnets with a transit gateway multicast domain.
acceptTransitGatewayPeeringAttachment(params = {}, callback) ⇒ AWS.Request
Accepts a transit gateway peering attachment request. The peering attachment must be in the
pendingAcceptance
state.acceptTransitGatewayVpcAttachment(params = {}, callback) ⇒ AWS.Request
Accepts a request to attach a VPC to a transit gateway.
The VPC attachment must be in the
pendingAcceptance
state. Use DescribeTransitGatewayVpcAttachments to view your pending VPC attachment requests. Use RejectTransitGatewayVpcAttachment to reject a VPC attachment request.acceptVpcEndpointConnections(params = {}, callback) ⇒ AWS.Request
Accepts connection requests to your VPC endpoint service.
acceptVpcPeeringConnection(params = {}, callback) ⇒ AWS.Request
Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the
pending-acceptance
state, and you must be the owner of the peer VPC. Use DescribeVpcPeeringConnections to view your outstanding VPC peering connection requests.For an inter-Region VPC peering connection request, you must accept the VPC peering connection in the Region of the accepter VPC.
advertiseByoipCidr(params = {}, callback) ⇒ AWS.Request
Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).
You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.
We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from Amazon Web Services. To minimize down time, you can configure your Amazon Web Services resources to use an address from a BYOIP CIDR before it is advertised, and then simultaneously stop advertising it from the current location and start advertising it through Amazon Web Services.
It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services because of BGP propagation delays.
To stop advertising the BYOIP CIDR, use WithdrawByoipCidr.
allocateAddress(params = {}, callback) ⇒ AWS.Request
Allocates an Elastic IP address to your Amazon Web Services account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different Amazon Web Services account.
You can allocate an Elastic IP address from an address pool owned by Amazon Web Services or from an address pool created from a public IPv4 address range that you have brought to Amazon Web Services for use with your Amazon Web Services resources using bring your own IP addresses (BYOIP). For more information, see Bring Your Own IP Addresses (BYOIP) in the Amazon EC2 User Guide.
If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another Amazon Web Services account. To attempt to recover an Elastic IP address that you released, specify it in this operation.
For more information, see Elastic IP Addresses in the Amazon EC2 User Guide.
You can allocate a carrier IP address which is a public IP address from a telecommunication carrier, to a network interface which resides in a subnet in a Wavelength Zone (for example an EC2 instance).
allocateHosts(params = {}, callback) ⇒ AWS.Request
Allocates a Dedicated Host to your account. At a minimum, specify the supported instance type or instance family, the Availability Zone in which to allocate the host, and the number of hosts to allocate.
allocateIpamPoolCidr(params = {}, callback) ⇒ AWS.Request
Allocate a CIDR from an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations.
In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide.
Note: This action creates an allocation with strong consistency. The returned CIDR will not overlap with any other allocations from the same pool.applySecurityGroupsToClientVpnTargetNetwork(params = {}, callback) ⇒ AWS.Request
Applies a security group to the association between the target network and the Client VPN endpoint. This action replaces the existing security groups with the specified security groups.
assignIpv6Addresses(params = {}, callback) ⇒ AWS.Request
Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type.
You must specify either the IPv6 addresses or the IPv6 address count in the request.
You can optionally use Prefix Delegation on the network interface. You must specify either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For information, see Assigning prefixes to network interfaces in the Amazon EC2 User Guide.
assignPrivateIpAddresses(params = {}, callback) ⇒ AWS.Request
Assigns one or more secondary private IP addresses to the specified network interface.
You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon EC2 User Guide.
When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved.
Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check
network/interfaces/macs/mac/local-ipv4s
in the instance metadata to confirm that the remapping is complete.You must specify either the IP addresses or the IP address count in the request.
You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see Assigning prefixes to network interfaces in the Amazon EC2 User Guide.
assignPrivateNatGatewayAddress(params = {}, callback) ⇒ AWS.Request
Assigns private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.
associateAddress(params = {}, callback) ⇒ AWS.Request
Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account.
If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account.
[Subnets in Wavelength Zones] You can associate an IP address from the telecommunication carrier to the instance or network interface.
You cannot associate an Elastic IP address with an interface in a different network border group.
This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the Elastic IP Addresses section of Amazon EC2 Pricing.
associateClientVpnTargetNetwork(params = {}, callback) ⇒ AWS.Request
Associates a target network with a Client VPN endpoint. A target network is a subnet in a VPC. You can associate multiple subnets from the same VPC with a Client VPN endpoint. You can associate only one subnet in each Availability Zone. We recommend that you associate at least two subnets to provide Availability Zone redundancy.
If you specified a VPC when you created the Client VPN endpoint or if you have previous subnet associations, the specified subnet must be in the same VPC. To specify a subnet that's in a different VPC, you must first modify the Client VPN endpoint (ModifyClientVpnEndpoint) and change the VPC that's associated with it.
associateDhcpOptions(params = {}, callback) ⇒ AWS.Request
Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.
After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.
For more information, see DHCP option sets in the Amazon VPC User Guide.
associateEnclaveCertificateIamRole(params = {}, callback) ⇒ AWS.Request
Associates an Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate. This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see Certificate Manager for Nitro Enclaves in the Amazon Web Services Nitro Enclaves User Guide.
When the IAM role is associated with the ACM certificate, the certificate, certificate chain, and encrypted private key are placed in an Amazon S3 location that only the associated IAM role can access. The private key of the certificate is encrypted with an Amazon Web Services managed key that has an attached attestation-based key policy.
To enable the IAM role to access the Amazon S3 object, you must grant it permission to call
s3:GetObject
on the Amazon S3 bucket returned by the command. To enable the IAM role to access the KMS key, you must grant it permission to callkms:Decrypt
on the KMS key returned by the command. For more information, see Grant the role permission to access the certificate and encryption key in the Amazon Web Services Nitro Enclaves User Guide.associateIamInstanceProfile(params = {}, callback) ⇒ AWS.Request
Associates an IAM instance profile with a running or stopped instance. You cannot associate more than one IAM instance profile with an instance.
associateInstanceEventWindow(params = {}, callback) ⇒ AWS.Request
Associates one or more targets with an event window. Only one type of target (instance IDs, Dedicated Host IDs, or tags) can be specified with an event window.
For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.
associateIpamByoasn(params = {}, callback) ⇒ AWS.Request
Associates your Autonomous System Number (ASN) with a BYOIP CIDR that you own in the same Amazon Web Services Region. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.
After the association succeeds, the ASN is eligible for advertisement. You can view the association with DescribeByoipCidrs. You can advertise the CIDR with AdvertiseByoipCidr.
associateIpamResourceDiscovery(params = {}, callback) ⇒ AWS.Request
Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
associateNatGatewayAddress(params = {}, callback) ⇒ AWS.Request
Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.
By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see Elastic IP address quotas in the Amazon VPC User Guide.
When you associate an EIP or secondary EIPs with a public NAT gateway, the network border group of the EIPs must match the network border group of the Availability Zone (AZ) that the public NAT gateway is in. If it's not the same, the EIP will fail to associate. You can see the network border group for the subnet's AZ by viewing the details of the subnet. Similarly, you can view the network border group of an EIP by viewing the details of the EIP address. For more information about network border groups and EIPs, see Allocate an Elastic IP address in the Amazon VPC User Guide.
associateRouteTable(params = {}, callback) ⇒ AWS.Request
Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table later. A route table can be associated with multiple subnets.
For more information, see Route tables in the Amazon VPC User Guide.
associateSubnetCidrBlock(params = {}, callback) ⇒ AWS.Request
Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet.
associateTransitGatewayMulticastDomain(params = {}, callback) ⇒ AWS.Request
Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain.
The transit gateway attachment must be in the available state before you can add a resource. Use DescribeTransitGatewayAttachments to see the state of the attachment.
associateTransitGatewayPolicyTable(params = {}, callback) ⇒ AWS.Request
Associates the specified transit gateway attachment with a transit gateway policy table.
associateTransitGatewayRouteTable(params = {}, callback) ⇒ AWS.Request
Associates the specified attachment with the specified transit gateway route table. You can associate only one route table with an attachment.
associateTrunkInterface(params = {}, callback) ⇒ AWS.Request
Associates a branch network interface with a trunk network interface.
Before you create the association, use CreateNetworkInterface command and set the interface type to
trunk
. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface.associateVpcCidrBlock(params = {}, callback) ⇒ AWS.Request
Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).
You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block.
For more information about associating CIDR blocks with your VPC and applicable restrictions, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.
attachClassicLinkVpc(params = {}, callback) ⇒ AWS.Request
Note: This action is deprecated.Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the
running
state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it.After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again.
Linking your instance to a VPC is sometimes referred to as attaching your instance.
attachInternetGateway(params = {}, callback) ⇒ AWS.Request
Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. For more information, see Internet gateways in the Amazon VPC User Guide.
attachNetworkInterface(params = {}, callback) ⇒ AWS.Request
Attaches a network interface to an instance.
attachVerifiedAccessTrustProvider(params = {}, callback) ⇒ AWS.Request
Attaches the specified Amazon Web Services Verified Access trust provider to the specified Amazon Web Services Verified Access instance.
attachVolume(params = {}, callback) ⇒ AWS.Request
Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.
Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS encryption in the Amazon EBS User Guide.
After you attach an EBS volume, you must make it available. For more information, see Make an EBS volume available for use.
If a volume has an Amazon Web Services Marketplace product code:
-
The volume can be attached only to a stopped instance.
-
Amazon Web Services Marketplace product codes are copied from the volume to the instance.
-
You must be subscribed to the product.
-
The instance type and operating system of the instance must support the product. For example, you can't detach a volume from a Windows instance and attach it to a Linux instance.
For more information, see Attach an Amazon EBS volume to an instance in the Amazon EBS User Guide.
attachVpnGateway(params = {}, callback) ⇒ AWS.Request
Attaches a virtual private gateway to a VPC. You can attach one virtual private gateway to one VPC at a time.
For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.
authorizeClientVpnIngress(params = {}, callback) ⇒ AWS.Request
Adds an ingress authorization rule to a Client VPN endpoint. Ingress authorization rules act as firewall rules that grant access to networks. You must configure ingress authorization rules to enable clients to access resources in Amazon Web Services or on-premises networks.
authorizeSecurityGroupEgress(params = {}, callback) ⇒ AWS.Request
Adds the specified outbound (egress) rules to a security group.
An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 address ranges, the IP address ranges specified by a prefix list, or the instances that are associated with a source security group. For more information, see Security group rules.
You must specify exactly one of the following destinations: an IPv4 or IPv6 address range, a prefix list, or a security group. You must specify a protocol for each rule (for example, TCP). If the protocol is TCP or UDP, you must also specify a port or port range. If the protocol is ICMP or ICMPv6, you must also specify the ICMP type and code.
Rule changes are propagated to instances associated with the security group as quickly as possible. However, a small delay might occur.
For examples of rules that you can add to security groups for specific access scenarios, see Security group rules for different use cases in the Amazon EC2 User Guide.
For information about security group quotas, see Amazon VPC quotas in the Amazon VPC User Guide.
authorizeSecurityGroupIngress(params = {}, callback) ⇒ AWS.Request
Adds the specified inbound (ingress) rules to a security group.
An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 address range, the IP address ranges that are specified by a prefix list, or the instances that are associated with a destination security group. For more information, see Security group rules.
You must specify exactly one of the following sources: an IPv4 or IPv6 address range, a prefix list, or a security group. You must specify a protocol for each rule (for example, TCP). If the protocol is TCP or UDP, you must also specify a port or port range. If the protocol is ICMP or ICMPv6, you must also specify the ICMP/ICMPv6 type and code.
Rule changes are propagated to instances associated with the security group as quickly as possible. However, a small delay might occur.
For examples of rules that you can add to security groups for specific access scenarios, see Security group rules for different use cases in the Amazon EC2 User Guide.
For more information about security group quotas, see Amazon VPC quotas in the Amazon VPC User Guide.
bundleInstance(params = {}, callback) ⇒ AWS.Request
Bundles an Amazon instance store-backed Windows instance.
During bundling, only the root device volume (C:) is bundled. Data on other instance store volumes is not preserved.
Note: This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS.cancelBundleTask(params = {}, callback) ⇒ AWS.Request
Cancels a bundling operation for an instance store-backed Windows instance.
cancelCapacityReservation(params = {}, callback) ⇒ AWS.Request
Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation's state to
cancelled
.Instances running in the reserved capacity continue running until you stop them. Stopped instances that target the Capacity Reservation can no longer launch. Modify these instances to either target a different Capacity Reservation, launch On-Demand Instance capacity, or run in any open Capacity Reservation that has matching attributes and sufficient capacity.
cancelCapacityReservationFleets(params = {}, callback) ⇒ AWS.Request
Cancels one or more Capacity Reservation Fleets. When you cancel a Capacity Reservation Fleet, the following happens:
-
The Capacity Reservation Fleet's status changes to
cancelled
. -
The individual Capacity Reservations in the Fleet are cancelled. Instances running in the Capacity Reservations at the time of cancelling the Fleet continue to run in shared capacity.
-
The Fleet stops creating new Capacity Reservations.
cancelConversionTask(params = {}, callback) ⇒ AWS.Request
Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.
For more information, see Importing a Virtual Machine Using the Amazon EC2 CLI.
cancelExportTask(params = {}, callback) ⇒ AWS.Request
Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error.
cancelImageLaunchPermission(params = {}, callback) ⇒ AWS.Request
Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon EC2 User Guide.
cancelImportTask(params = {}, callback) ⇒ AWS.Request
Cancels an in-process import virtual machine or import snapshot task.
cancelReservedInstancesListing(params = {}, callback) ⇒ AWS.Request
Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.
For more information, see Sell in the Reserved Instance Marketplace in the Amazon EC2 User Guide.
cancelSpotFleetRequests(params = {}, callback) ⇒ AWS.Request
Cancels the specified Spot Fleet requests.
After you cancel a Spot Fleet request, the Spot Fleet launches no new instances.
You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the
cancelled_terminating
state. Otherwise, the Spot Fleet request enters thecancelled_running
state and the instances continue to run until they are interrupted or you terminate them manually.Restrictions
-
You can delete up to 100 fleets in a single request. If you exceed the specified number, no fleets are deleted.
cancelSpotInstanceRequests(params = {}, callback) ⇒ AWS.Request
Cancels one or more Spot Instance requests.
Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.
confirmProductInstance(params = {}, callback) ⇒ AWS.Request
Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner must verify whether another user's instance is eligible for support.
copyFpgaImage(params = {}, callback) ⇒ AWS.Request
Copies the specified Amazon FPGA Image (AFI) to the current Region.
copyImage(params = {}, callback) ⇒ AWS.Request
Initiates an AMI copy operation. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask.
When you copy an AMI from one Region to another, the destination Region is the current Region.
When you copy an AMI from a Region to an Outpost, specify the ARN of the Outpost as the destination. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region or the key that you specify. Outposts do not support unencrypted snapshots.
For information about the prerequisites when copying an AMI, see Copy an AMI in the Amazon EC2 User Guide.
copySnapshot(params = {}, callback) ⇒ AWS.Request
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy a snapshot within the same Region, from one Region to another, or from a Region to an Outpost. You can't copy a snapshot from an Outpost to a Region, from one Outpost to another, or within the same Outpost.
You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs).
When copying snapshots to a Region, copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless you enable encryption for the snapshot copy operation. By default, encrypted snapshot copies use the default KMS key; however, you can specify a different KMS key. To copy an encrypted snapshot that has been shared from another account, you must have permissions for the KMS key used to encrypt the snapshot.
Snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon EBS User Guide.
Snapshots created by copying another snapshot have an arbitrary volume ID that should not be used for any purpose.
For more information, see Copy an Amazon EBS snapshot in the Amazon EBS User Guide.
createCapacityReservation(params = {}, callback) ⇒ AWS.Request
Creates a new Capacity Reservation with the specified attributes.
Capacity Reservations enable you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration. This gives you the flexibility to selectively add capacity reservations and still get the Regional RI discounts for that usage. By creating Capacity Reservations, you ensure that you always have access to Amazon EC2 capacity when you need it, for as long as you need it. For more information, see Capacity Reservations in the Amazon EC2 User Guide.
Your request to create a Capacity Reservation could fail if Amazon EC2 does not have sufficient capacity to fulfill the request. If your request fails due to Amazon EC2 capacity constraints, either try again at a later time, try in a different Availability Zone, or request a smaller capacity reservation. If your application is flexible across instance types and sizes, try to create a Capacity Reservation with different instance attributes.
Your request could also fail if the requested quantity exceeds your On-Demand Instance limit for the selected instance type. If your request fails due to limit constraints, increase your On-Demand Instance limit for the required instance type and try again. For more information about increasing your instance limits, see Amazon EC2 Service Quotas in the Amazon EC2 User Guide.
createCapacityReservationBySplitting(params = {}, callback) ⇒ AWS.Request
Create a new Capacity Reservation by splitting the available capacity of the source Capacity Reservation. The new Capacity Reservation will have the same attributes as the source Capacity Reservation except for tags. The source Capacity Reservation must be
active
and owned by your Amazon Web Services account.createCapacityReservationFleet(params = {}, callback) ⇒ AWS.Request
Creates a Capacity Reservation Fleet. For more information, see Create a Capacity Reservation Fleet in the Amazon EC2 User Guide.
createCarrierGateway(params = {}, callback) ⇒ AWS.Request
Creates a carrier gateway. For more information about carrier gateways, see Carrier gateways in the Amazon Web Services Wavelength Developer Guide.
createClientVpnEndpoint(params = {}, callback) ⇒ AWS.Request
Creates a Client VPN endpoint. A Client VPN endpoint is the resource you create and configure to enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions are terminated.
createClientVpnRoute(params = {}, callback) ⇒ AWS.Request
Adds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks.
- attachInternetGateway(params = {}, callback) ⇒ AWS.Request