- Newest
- Most votes
- Most comments
Based on the information provided, it appears that the issue you're experiencing is not related to AWS permissions or account settings, but rather seems to be a network-related problem specific to your office environment. Here are some potential causes and steps you can take to troubleshoot:
-
Region Opt-in: Although you mentioned us-east-1, which is not typically an opt-in region, it's worth double-checking that the region is enabled in your account. Some regions require explicit opt-in.
-
Network Configuration: Since the issue only occurs on your office network and not on mobile data, it's likely that there's a network configuration issue. This could be related to your firewall, proxy settings, or DNS resolution within your office network.
-
VPN or Proxy: If your office uses a VPN or proxy, ensure that it's not interfering with the connection to AWS services, particularly for us-east-1 endpoints.
-
DNS Issues: Although you mentioned being able to resolve and ping the AWS endpoints, there might be subtle DNS issues affecting only certain requests. Try flushing your DNS cache and potentially using a different DNS server temporarily.
-
SSL/TLS Inspection: Some corporate networks use SSL/TLS inspection, which can interfere with secure connections to cloud services. Check if your network has such a system in place and if it's properly configured for AWS endpoints.
-
Geolocation Services: Some AWS services use geolocation to determine access. Ensure that your office IP is not mistakenly associated with a blocked region.
-
Content Delivery Network (CDN) Issues: AWS uses CDNs for console delivery. There might be an issue with the CDN node serving your office location.
To resolve this:
- Consult with your network administration team to review firewall rules, proxy settings, and any potential network-level blocks.
- Try accessing the AWS Console through a different ISP or network to isolate if it's specific to your office network.
- If possible, temporarily bypass any corporate proxies or VPNs to test direct access.
- Check for any recent changes in your network configuration that might have coincided with the onset of this issue.
- Consider reaching out to AWS Support, providing them with your office's public IP address, traceroutes, and any relevant network logs to help diagnose the issue.
Remember, since you can access other regions and the issue is specific to your office network, it's highly likely that the root cause lies within your local network configuration rather than with AWS itself.
Sources
API Gateway resource gives "403 Forbidden" response in me-central-1 region while it works well with other regions . Any workaround/solution for this ? | AWS re:Post
Troubleshoot access to OpenSearch Serverless dashboard | AWS re:Post