Connect to a Secure Web Gateway Instance within AWS
Connect to an instance of Web Gateway within AWS using an AWS web console.
- On the AWS Web Console, navigate to the Services menu in the upper right corner, then select EC2.
- Select Instances and right-click the name of the Web Gateway instance.
- Select Connect and execute the commands for connecting to the instance described in the window that opens.
When performing the SSH authentication command, be sure not to use root, as it reads in the description, but the ec2 user name, which also includes the domain, for example:
ssh -i <key pair file name> ec2-user@foo.eu-west-2.compute.amazonaws.com
- Next to the command line prompt that appears after you have successfully authenticated, type
ec2-user
and submit.
A password is shown, which is the one that is required for logging on to the user interface of Web Gateway. - Log on to the user interface of Web Gateway.
- In a web browser, enter the appropriate URL.
This URL must include the Amazon public DNS name of the Web Gateway instance, for example:
https://foo.eu-west-2.compute.amazonaws.com:4712
- When prompted for your credentials, submit
admin
as the user name and the password that was shown before.
- In a web browser, enter the appropriate URL.
After logging on to the user interface successfully, you can work with the web security features that are provided by Web Gateway.