---
title: "Testing Traffic"
weight: 10
---
To test the traffic, ensure that all the resources including FMC are running successfully on AWS.
>Note: You might have to wait upto 30 min, for FMC to be up and running.
## **Step 1 :** Platform Settings - SSH Access
After executing the python script, log-in back into the FMC UI.
Go to Devices > Platform Settings and add a new policy.

Make sure that you add both devices to the new policy.

We need to give SSH-Access to our FTD, so that health check doesn't fail.


Save all the new conifguration before exiting the platform settings page.

## **Step 2 :** Deploy Configuration
Now deploy both the FTDs to complete the network topology.

## **Step 3 :** Test connectivity
After the deployment is complete go to your AWS console > EC2 > Load Balancer.
Find the ***external loadbalancer*** and look for it's DNS Name.

Copy the DNS name and paste it inside a new tab of your browser.

If everything goes right, the browser should be able to reach our application server (Apache2 is used in our case).
**This step concludes testing traffic**