Let’s start with how to access the S3 bucket from AWS workspace.
Access S3 Bucket From AWS Workspaces
To access the S3 bucket from AWS workspace, simply connect to the workspace using the “Registration Code” provided in the workspace details:
Enter the registration code in the AWS workspace and click on the “Register” button:
After that, provide the credentials for the workspace and click on the “Sign In” button to connect to the AWS workspace:
Once you are inside the AWS workSpace, the following output will be displayed as shown in the screenshot below:
Start by verifying the existence of the AWS CLI using the following command in the command prompt.
This command will display the following output:
After that, use the following command to configure AWS:
Running this command will prompt the user to enter all these credentials displayed on the screenshot below:
After the configuration, the user can access the S3 bucket by listing their names by using the following command:
Running this command will display the list of all the buckets available on the AWS S3:
To check the files uploaded on the buckets, use the following command:
The following output will be displayed by running the above command:
You have successfully accessed the S3 bucket from the AWS workspace:
Conclusion
To access an S3 bucket from an AWS Workspace, connect to the Workspace and enter the workspace credentials. Once the workspace is connected, simply open the Command Prompt and configure the AWS CLI. With the AWS CLI configured, use simple commands to interact with the S3 bucket from the Workspace. This post has taught you how to access the S3 bucket from the AWS workspace.