Posts

Showing posts from December, 2022

Top Security Tools for AWS Cloud

AWS provides security tools designed to improve both account security and application and service security. An AWS account is an attack vector, as resources and data are accessible through the public application programming interface (API). Implementing a secure identity and access management strategy helps prevent leaking data — such as in S3 buckets — to the public. AWS’s many tools provide insights into your configured permissions and access patterns, and record all actions for compliance and audit purposes. Applications and services hosted in AWS are susceptible to different kinds of threats from the outside. Cross-site scripting (XSS), SQL injection, and brute-force attacks target public endpoints. Distributed denial-of-service (DDoS) attacks may attempt to bring down your services, potentially compromising your architecture security. Without proper management, sensitive information — such as database credentials — may leak. Therefore, it's critical that organizations migratin

Amazon-web-services – AWS S3 display file inline instead of force download

Image
For some reason files in my S3 bucket are being forced as downloads instead of displaying in-line so if I copy an image link and paste it into address bar and then navigate to displaying file or show option to downloading so in  this case you will have to make change in object metadata and add below field type in the configuration. Type- System defined Key- Content-Type Value- image/jpeg (You can select value from the drop down)

Change TimeZone in CentOS/RHEL 8/7

             Step 1- Check date and timezone           Command- date           Step 2- timedatectl list-timezones           (Select your timezone from this list and run with below command )           Step 3- timedatectl set-timezone America/Los_Angeles