A Phantom integration that facilitates interaction with the AWS API
Supported Actions
- test connectivity: Validate the asset configuration for connectivity using supplied configuration
- blacklist ip: Blacklist IP by adding a rule to every subnet NACL accessible by credentials
- whitelist ip: Whitelist IP by removing any block rules from NACLs
- disable acct: Disables an AWS IAM user account
- enable acct: Enables an AWS IAM user account
- remove access: Removes EC2 Access for a given IAM user
- enable access: Enable EC2 Access for a given IAM user
- remove sg access: Removes Security Group Access for a given IAM user
- enable sg access: Enable Security Group Access for a given IAM user
- remove sg ingress: Removes ingress rule from security group
- lookup instance: Return AWS EC2 instance information using IP address or Instance Id
- create instance: Creates an AWS instance from an image id
- start instance: Start EC2 instance
- stop instance: Stop EC2 instance
- snapshot instance: Snapshot AWS instance that has the given IP address
- quarantine instance: Quarantines AWS instance that has the given IP address
- asg detach instance: Detaches an instance from an auto-scaling group
- invoke lambda: Invoke an AWS Lambda function