Remote access
bucketAV’s Scan Fleet consists of Amazon EC2 instances running on Amazon Linux 2023 or Amazon Linux 2. You have full root access to the EC2 instances.
We do not provide support for EC2 instances you modified after connecting via Session Manager or SSH.
Use one of the following options to connect with an EC2 instance running bucketAV.
AWS Systems Manager Session Manager
Set the SystemsManagerAccess configuration parameter to true
and use AWS Systems Manager Session Manager to connect to the instance:
- Visit the Amazon EC2 Console.
- Ensure that you are in the correct region.
- Navigate to Instances.
- Select the instance and choose Connect.
- For Connection method, choose
Session Manager
. - Click Connect.
SSH
By default, sshd
is running. But you have to allow your IP address/range. To do so:
- Visit the AWS CloudFormation Console.
- Ensure that you are in the correct region.
- Navigate to Stacks.
- Click on the bucketAV stack (if you followed the docs, the name is
bucketav
). - At the top right, click on Update.
- In the next step, just click Next.
- Set the SSHIngressCidrIp configuration parameter to:
- access from anywhere:
0.0.0.0/0
- from single IP address
x.x.x.x/32
(Get your IP address)
- access from anywhere:
- Click Next.
- In the next step, just click Next.
- At the bottom, check “I acknowledge that AWS CloudFormation might create IAM resources.” and click Update stack.
Now, you can connect to the EC2 instances via SSH.