Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • hi.. thanks for the solution... where do you put this nginx conf file for s3 deployment. is it the same as elastic beanstalk where I need to create .exextensions folder and put it in proxy.config file? Commented Jan 17, 2017 at 20:52
  • @user3124360 Not sure about elastic beanstack, but in my case I point my domain name to ec2 instance and have nginx config there. So request goes CLIENT -> DNS -> EC2 -> S3 -> CLIENT. Commented Jan 23, 2017 at 11:02
  • yeah I am doing something very similar ... with nginx config here github.com/davezuko/react-redux-starter-kit/issues/1099 ... thanks for posting your conf file .. i see how develop this EC2 -> S3 connection now Commented Jan 23, 2017 at 17:52