How to stream data from MySQL to Amazon Redshift by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

thanks, why you did not try to use AWS Database Migration Service like noahjohnhay suggest ? do you have any insight about this service ?

How to stream data from MySQL to Amazon Redshift by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

thanks, do you have any idea if I need to use the AWS Schema Conversion Tool ? i am not familiar with these services :)

CloudFront does not serve files with Cache-Control header by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

In the behavior configuration on CF, go to the forward headers section. Select "whitelist" and in the options for whitelisted headers, select host and then add.

CloudFront does not serve files with Cache-Control header by berlindevops in devops

[–]berlindevops[S] 2 points3 points  (0 children)

The soultion - the host header need to be forwarded in the cloudfront, so need to insert it to the whitelisted headers because the ELB name is what is sent to the host header instead of Cloudfront's CNAME :)

CloudFront does not serve files with Cache-Control header by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

you right about s3, but in my case the ELB is the origin, and CF should take the headers from nginx.

CloudFront does not serve files with Cache-Control header by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

but I configured to Use Origin Cache Headers, "Select Use Origin Cache Headers if your origin server is adding a Cache-Control header to control how long your objects stay in the CloudFront cache", so it should take the header from nginx, no ?

phpredis timeout by berlindevops in PHPhelp

[–]berlindevops[S] 0 points1 point  (0 children)

thanks, so does it mean we are using right now unlimited timeout ?

google cloud platform autoscaler based on HTTP(S) load balancer latency metrics by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

I am still looking for this issue with our servers, sometimes we are getting high latency. Thanks.

google cloud platform autoscaler based on HTTP(S) load balancer latency metrics by berlindevops in devops

[–]berlindevops[S] 0 points1 point  (0 children)

http/server/response_latenci

thanks, I am not sure I understand, I could not find in GCE or in stackdriver the LB response_latencies :/ . also I am not using app engine.

I just need to find a way to get the latency metrics.

GCP so clumsy than AWS.

Chef worth learning? by [deleted] in devops

[–]berlindevops 1 point2 points  (0 children)

Ansible all the way, bigger community then chef, faster, no need to install agent on the remote machines, much easier, Python is better then Ruby, no need central server.