DEV Community

Discussion on: Rails Architecture in cloud platform

Collapse
 
bizzibody profile image
Ian bradbury

Have you thought about how you would layer security over your architecture?

Where would your firewalls be? Would you break the application up into multiple separated networks? What about load balancing? (I'll stop adding more questions - the list can get very long)

Collapse
 
sambitmohanty954 profile image
Sambit Mohanty

Actually it's just a simple request response cycle , if you talk about adding firewalls and setting protocols. then i will do that in my cloud platform so when a user sent some request then it checks the authorization in cloud platform if the user have authentication then he can go further otherwise not .