# CloudFormation
Type: AWS::EC2::Instance
Properties:
UserData:
Fn::Base64: |
/sbin/iptables --flush
/sbin/service iptables save
/sbin/service iptables restart
/sbin/service webcallserver update 597 yes
# Origin EU ( = o-eu1.flashponer.com :: The cdn_point_of_entry on the other five servers references this.)
Edge 1 US
1 cdn_enabled=true
2 cdn_ip=e-us1.flashphoner.com
3 cdn_point_of_entry=o-eu1.flashponer.com
4 cdn_nodes_resolve_ip=false
5 cdn_role=edge
Edge 1 US
's cdn_point_of_entry is o-eu1.flashponer.com instead of o-us1.flashponer.com?Yes, this is correct. Origin 1 EU is CDN entry point for all the CDN nodes in this example. We mentioned above that this means the first node used to connect a new (or restarted) server to CDN.Is it correct that the value of theEdge 1 US
's cdn_point_of_entry is o-eu1.flashponer.com instead of o-us1.flashponer.com?