Материалы по теме 'Policy' | DevsDay.ru

IT-блоги Материалы по теме 'Policy'

IT-блоги Материалы по теме 'Policy'


Разработка dev.to 15 мая 2024 г. 6:47

Communication at work is one of the most important aspects of any business. But why? Let’s take a brief look at the reasons. Working routine How does your working day in the office start? Right, it starts with coffee. Seriously, cof...... читать далее

remote communication startup process

Разработка dev.to 15 мая 2024 г. 6:41

Web application attacks have been on a steady rise over the past few years to the point where some attacks have left some organizations completely crippled on the front end side. Attacks like DNS poisoning which redirects DNS queries to another serve...... читать далее

amazons3 s3

Разработка dev.to 15 мая 2024 г. 5:47

Identity security is one of the basic and also important consideration factors online. securing your cloud environment is just as important as your work on the cloud. AWS IAM connects (who?) developers, SREs, etc.. (can access).. permissions (what?...... читать далее

awssecurity aws iam security

Разработка dev.to 15 мая 2024 г. 0:46

What is Karmada? Karmada (Kubernetes Armada) is a Kubernetes management system that enables you to run your cloud-native applications across multiple Kubernetes clusters and clouds, with no changes to your applications. By speaking Kubernetes-native...... читать далее

kubernetes karmada community aws

Разработка dev.to 14 мая 2024 г. 17:41

Cloud workloads continue to grow as new digital innovations arise monthly in the worlds of IoT applications, cloud services, and big data analytics. However, the cloud's dynamic and often complex nature can make cloud application security challenging...... читать далее

cybersecurity devops webdev

Разработка dev.to 14 мая 2024 г. 16:53

Introduction In this guide, we'll explore how to synchronize AWS Secrets Manager values across two different AWS accounts using Lambda and EventBridge. Setup We have two AWS accounts, A and B, each running separate e-commerce sites. Acc...... читать далее

aws security devops python

Разработка dev.to 14 мая 2024 г. 14:17

In cloud-native development, leveraging Azure Durable Functions and Durable Entities provide an new and interesting way to build robust, scalable workflows. Moving away from traditional development complexities, this "code-first" approach enhances pr...... читать далее

azure azurefunctions

DevOps winitpro.ru 14 мая 2024 г. 13:11

В предыдущей статье мы рассмотрели, как развернуть собственный централизованный сервер сбора лога с различных типов сетевых устройства на базе стека Graylog (Graylog + OpenSearch+ MongoDB). В этой статье мы покажем, как настроить отправку журналов со...... читать далее

Active Directory Windows Server 2019

Разработка dev.to 14 мая 2024 г. 10:11

Amazon S3 has made an important change to their billing policy that will save you money. From May 2024 onwards, you will not be charged for any unauthorized requests trying to access your S3 buckets. Why the change? Previously, if someone...... читать далее

aws s3 cloud devops

Разработка dev.to 14 мая 2024 г. 9:46

We have previously created an S3 bucket and made it public from the AWS console. This time we want to create an S3 bucket, upload an object to it, and make it publicly accessible using Terraform. Prerequisites You have an AWS account. You have AWS...... читать далее

aws terraform serverless storage

DevOps ubuntu.com 14 мая 2024 г. 8:22

In this post we’ll explore deploying a fully operational, on-premise data hub using Canonical’s data centre and cloud automation solutions MAAS (Metal as a Service) and Juju. MAAS is the industry standard open source solution for provisioning and man...... читать далее

Разработка dev.to 14 мая 2024 г. 6:00

The entire premise of Kubernetes is high availability and scalability. If you are building on Kubernetes, you expect to develop robust, scalable applications on the platform. But doing so isn’t a given. As you scale up your deployments, Kubernetes r...... читать далее

kubernetes apigateway highavailablity api

Разработка dev.to 14 мая 2024 г. 5:54

When you first start building AI applications with generative AI, you'll likely end up using OpenAI's API at some point in your project's journey. And for good reason! Their API is well-structured, fast, and supported by great libraries. At a small s...... читать далее

ai devops kubernetes opensource

Разработка dev.to 13 мая 2024 г. 23:51

In the rapidly evolving world of blockchain technology, decentralized applications (dApps) represent a significant leap toward enabling trustless transactions and services. As exciting as dApps are, their development poses unique security challenges...... читать далее

secure security dapp pitfalls

Разработка dev.to 13 мая 2024 г. 22:47

Table of Contents Introduction Why It's Essential to Start with the AWS Certified Solutions Architect Associate Understanding the AWS Security Specialty Exam Key Points About the Exam Key Resources for Preparing the AWS Security Specialty...... читать далее

aws cybersecurity certification beginners

Разработка dev.to 13 мая 2024 г. 21:35

CORS, Cross-origin resource sharing, is a policy implemented by the browsers. Origin First, let's understand what is origin. Origin is made up of the base url and the port. So https://abc.com, https://abc.com:4040 and https://cba.com are...... читать далее

cors node backenddevelopment javascript

Разработка dev.to 13 мая 2024 г. 18:27

Overview Create a static website on Amazon S3 bucket(private bucket) but with public read policy assigned, using cloud front for Content Delivery Network. The website I hosted, I got the template from here. You can use anyone from here too...... читать далее

cloudfront aws s3bucket staticwebsite

Разработка AWS News Blog 13 мая 2024 г. 17:40

AWS Summit is in full swing around the world, with the most recent one being AWS Summit Singapore! Here is a sneak peek of the AWS staff and ASEAN community members at the Developer Lounge booth. It featured AWS Community speakers giving lightning ta...... читать далее

Amazon Bedrock Amazon Elastic Container Registry Amazon ElastiCache Amazon EMR Amazon Lightsail Amazon MemoryDB for Redis Amazon Polly Amazon Q Amazon RDS AWS Amplify AWS Resilience Hub Launch News Week in Review

Разработка dev.to 13 мая 2024 г. 16:41

Exploring AWS !! Day 63 Amazon Inspector Classic(AMS SSPS) Security assessment service which helps maintain security and compliance of applications. Automatically assesses applications for exposure, vulnerabilities, and deviations. After assess...... читать далее

aws cloud cloudcomputing beginners

Разработка dev.to 13 мая 2024 г. 13:10

Introduction In my recent post, I provided a summary of our journey thus far in implementing an e-commerce website, evolving from a basic to a more advanced architecture. If you missed the post, you could find it here: https://www.linkedin.com/post...... читать далее

devops aws cloud docker