# shared responsibility

Published articles for shared responsibility.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How to verify your Azure Application Gateway is zone-redundant

DevFeed: [How to verify your Azure Application Gateway is zone-redundant](<https://devfeed.tech/articles/how-to-verify-your-azure-application-gateway-is-zone-redundant-11647.md>)

Original publisher: [Read original article](<https://www.gremlin.com/blog/how-to-verify-your-azure-application-gateway-is-zone-redundant>)

Author: Andre Newman

Published: 2026-09-04T00:00:00Z

Content type: article

Language: en

Sources: [Gremlin Blog](<https://devfeed.tech/sources/gremlin-blog.md>)

Topics: [Azure](<https://devfeed.tech/topics/azure.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Shared Responsibility Model](<https://devfeed.tech/topics/shared-responsibility-model.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [azure](<https://devfeed.tech/tags/azure.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [features](<https://devfeed.tech/tags/features.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [post](<https://devfeed.tech/tags/post.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [web-applications](<https://devfeed.tech/tags/web-applications.md>)

### AI overview

This how-to article explains availability-zone redundancy for Azure Application Gateway. It describes the redundancy model, the shared responsibility boundary, and how to verify whether a gateway is zone-redundant or zonal using Azure CLI and Resource Graph. It also cautions that a redundant gateway does not by itself make the services behind it redundant.

### Source excerpt

This post explains what zone redundancy means for Application Gateway, how to confirm whether a given gateway is zone-redundant or zonal using the Azure CLI and Resource Graph, and why a gateway surviving a zone failure doesn't mean the services calling through it will.

## What is a Minimum Viable Platform (MVP)?

DevFeed: [What is a Minimum Viable Platform (MVP)?](<https://devfeed.tech/articles/what-is-a-minimum-viable-platform-mvp-12266.md>)

Original publisher: [Read original article](<https://platformengineering.org/blog/what-is-a-minimum-viable-platform-mvp>)

Author: Luca Galante

Published: 2026-08-21T14:37:28Z

Content type: article

Language: en

Sources: [Platform Engineering Blog](<https://devfeed.tech/sources/platform-engineering-blog.md>)

Topics: [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [internal developer platform](<https://devfeed.tech/topics/internal-developer-platform.md>), [Developer Platform](<https://devfeed.tech/topics/developer-platform.md>), [Shared Responsibility Model](<https://devfeed.tech/topics/shared-responsibility-model.md>)

Tags: [engineering](<https://devfeed.tech/tags/engineering.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [gartner](<https://devfeed.tech/tags/gartner.md>), [idp](<https://devfeed.tech/tags/idp.md>), [internal-developer-platform](<https://devfeed.tech/tags/internal-developer-platform.md>), [organizational](<https://devfeed.tech/tags/organizational.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [speed](<https://devfeed.tech/tags/speed.md>)

### AI overview

This article explains why platform engineering initiatives often fail despite widespread adoption of internal developer platforms. It argues that culture, process, and delivery speed matter more than tooling choices, and recommends starting with a Minimum Viable Platform to build stakeholder support and deliver value quickly.

### Source excerpt

Unlock success in platform engineering: Avoid common pitfalls, embrace MVP approach, and win stakeholder support for a transformative platform initiative.

## Where Apollo MCP Server Stands on the OWASP MCP Top 10

DevFeed: [Where Apollo MCP Server Stands on the OWASP MCP Top 10](<https://devfeed.tech/articles/where-apollo-mcp-server-stands-on-the-owasp-mcp-top-10-23596.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/where-apollo-mcp-server-stands-on-the-owasp-mcp-top-10>)

Author: Camille Lawrence

Published: 2026-08-14T17:11:10Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [audit](<https://devfeed.tech/topics/audit.md>), [Shared Responsibility Model](<https://devfeed.tech/topics/shared-responsibility-model.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-mcp-server](<https://devfeed.tech/tags/apollo-mcp-server.md>), [audit](<https://devfeed.tech/tags/audit.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [hardening](<https://devfeed.tech/tags/hardening.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [rust](<https://devfeed.tech/tags/rust.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>)

### AI overview

This article evaluates Apollo MCP Server against all ten risks in the latest reviewed OWASP MCP Top 10 revision. It finds that the server's architecture directly closes one risk because typed GraphQL operations are parsed and type-checked without shell execution. The remaining risks require configuration, monitoring, and team-owned security decisions.

### Source excerpt

Architecture alone closes 1 of the ten risks in OWASP's MCP Top 10. See how Apollo MCP Server scores on the rest, and which configuration choices remain yours.

## 3 reasons IT service providers are essential for enterprise platform engineering (now more than ever)

DevFeed: [3 reasons IT service providers are essential for enterprise platform engineering (now more than ever)](<https://devfeed.tech/articles/3-reasons-it-service-providers-are-essential-for-enterprise-platform-engineering-now-more-than-ever-12120.md>)

Original publisher: [Read original article](<https://platformengineering.org/blog/3-reasons-it-service-providers-are-needed-in-enterprise-now-more-than-ever>)

Author: Karolina Semiuk

Published: 2026-07-23T05:40:01Z

Content type: opinion

Language: en

Sources: [Platform Engineering Blog](<https://devfeed.tech/sources/platform-engineering-blog.md>)

Topics: [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [cognitive-load](<https://devfeed.tech/tags/cognitive-load.md>), [development](<https://devfeed.tech/tags/development.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [learning](<https://devfeed.tech/tags/learning.md>), [management](<https://devfeed.tech/tags/management.md>), [operations](<https://devfeed.tech/tags/operations.md>), [organizational](<https://devfeed.tech/tags/organizational.md>), [partners](<https://devfeed.tech/tags/partners.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [scale](<https://devfeed.tech/tags/scale.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

This article argues that IT service providers are increasingly essential to enterprise platform engineering. It identifies cultural transformation, specialized talent shortages, and the need to keep pace with rapidly changing practices as challenges that enterprises often cannot address alone. Providers contribute external perspective, change-management frameworks, and experience from multiple implementations.

### Source excerpt

Discover why IT service providers are vital for enterprise platform engineering success: cultural change, talent shortages, and adapting to rapid technical evolution.

## Doing our best work: Chainguard's engineering principles in practice

DevFeed: [Doing our best work: Chainguard's engineering principles in practice](<https://devfeed.tech/articles/doing-our-best-work-chainguard-s-engineering-principles-in-practice-13024.md>)

Original publisher: [Read original article](<https://www.chainguard.dev/unchained/doing-our-best-work-chainguards-engineering-principles-in-practice>)

Published: 2025-12-03T00:00:00Z

Content type: opinion

Language: en

Sources: [Chainguard: Unchained](<https://devfeed.tech/sources/chainguard-unchained.md>)

Topics: [chainguard](<https://devfeed.tech/topics/chainguard.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Security](<https://devfeed.tech/topics/security.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [chainguard](<https://devfeed.tech/tags/chainguard.md>), [chainguard-containers](<https://devfeed.tech/tags/chainguard-containers.md>), [chainguard-engineering](<https://devfeed.tech/tags/chainguard-engineering.md>), [chainguard-factory](<https://devfeed.tech/tags/chainguard-factory.md>), [chainguard-libraries](<https://devfeed.tech/tags/chainguard-libraries.md>), [chainguard-vms](<https://devfeed.tech/tags/chainguard-vms.md>), [complexity](<https://devfeed.tech/tags/complexity.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [reduce](<https://devfeed.tech/tags/reduce.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [security](<https://devfeed.tech/tags/security.md>), [self-service](<https://devfeed.tech/tags/self-service.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [working-for-chainguard](<https://devfeed.tech/tags/working-for-chainguard.md>)

### AI overview

Chainguard describes four Engineering Principles--reducing complexity, empowering individuals, engineering value, and ensuring production excellence--and explains how the principles guide engineering practices and recognition.

### Source excerpt

Learn more about Chainguard's Engineering Principles: reduce complexity, empower individuals, engineer value, and ensure production excellence.

## Gremlin's unofficial Microsoft Ignite 2025 reliability track

DevFeed: [Gremlin's unofficial Microsoft Ignite 2025 reliability track](<https://devfeed.tech/articles/gremlin-s-unofficial-microsoft-ignite-2025-reliability-track-11580.md>)

Original publisher: [Read original article](<https://www.gremlin.com/blog/gremlins-unofficial-microsoft-ignite-2025-reliability-track>)

Author: Gavin Cahill

Published: 2025-11-12T00:00:00Z

Content type: article

Language: en

Sources: [Gremlin Blog](<https://devfeed.tech/sources/gremlin-blog.md>)

Topics: [Azure](<https://devfeed.tech/topics/azure.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [ai](<https://devfeed.tech/tags/ai.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [azure](<https://devfeed.tech/tags/azure.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [conference](<https://devfeed.tech/tags/conference.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [gremlin](<https://devfeed.tech/tags/gremlin.md>), [industry](<https://devfeed.tech/tags/industry.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [replication](<https://devfeed.tech/tags/replication.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [secure-by-default](<https://devfeed.tech/tags/secure-by-default.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

Gremlin's unofficial Microsoft Ignite 2025 reliability track curates conference sessions about building resilient systems with Microsoft and Azure tools. The sessions cover reliability assessment and configuration, autoscaling and replication, failure simulation, recovery orchestration, shared responsibility, and secure backup practices for cloud and AI-ready applications.

### Source excerpt

Check out the Gremlin-curated unofficial track of reliability talks at Microsoft Ignite 2025.

## Neon is HIPAA Compliant

DevFeed: [Neon is HIPAA Compliant](<https://devfeed.tech/articles/neon-is-hipaa-compliant-5328.md>)

Original publisher: [Read original article](<https://neon.com/blog/hipaa>)

Author: Busra Demir

Published: 2025-03-13T16:17:42Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Security](<https://devfeed.tech/topics/security.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [Shared Responsibility Model](<https://devfeed.tech/topics/shared-responsibility-model.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [company](<https://devfeed.tech/tags/company.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [database](<https://devfeed.tech/tags/database.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [hipaa](<https://devfeed.tech/tags/hipaa.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [iso-27001](<https://devfeed.tech/tags/iso-27001.md>), [logging](<https://devfeed.tech/tags/logging.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [product](<https://devfeed.tech/tags/product.md>), [security](<https://devfeed.tech/tags/security.md>), [security-best-practices](<https://devfeed.tech/tags/security-best-practices.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [soc-2](<https://devfeed.tech/tags/soc-2.md>)

### AI overview

Neon announces completion of its HIPAA compliance audit, enabling customers to store Protected Health Information (PHI) on its database platform. The article describes safeguards including encryption, role-based access control, audit logging, continuous monitoring, incident response, breach notification, employee training, third-party requirements, and shared customer responsibilities.

### Source excerpt

Neon has completed its HIPAA compliance audit, adding to our security achievements: SOC 2 Type 2, ISO 27001, ISO 27701, GDPR, and CCPA. If your company needs a HIPAA-compliant database, Neon can now securely store Protected Health Information (PHI). What is HIPAA Compliance? The...

## Supabase Security Suite

DevFeed: [Supabase Security Suite](<https://devfeed.tech/articles/supabase-security-suite-390.md>)

Original publisher: [Read original article](<https://supabase.com/blog/hardening-supabase>)

Author: Paul Copplestone

Published: 2024-07-11T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Security](<https://devfeed.tech/topics/security.md>), [Shared Responsibility Model](<https://devfeed.tech/topics/shared-responsibility-model.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [postgres](<https://devfeed.tech/tags/postgres.md>), [security](<https://devfeed.tech/tags/security.md>), [security-rules](<https://devfeed.tech/tags/security-rules.md>), [security-tools](<https://devfeed.tech/tags/security-tools.md>), [self-hosting](<https://devfeed.tech/tags/self-hosting.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>)

### AI overview

Supabase describes a three-month security, performance, and stability effort conducted with security researcher Eva and her colleagues. The article discusses Supabase's shared-responsibility approach, platform-integrated security tooling, use of Postgres Row Level Security, Lunchcat integration plans, Security Advisor rules and one-click fixes, and weekly security notifications for project owners.

### Source excerpt

Learn how to use range columns in Postgres to simplify time-based queries and add constraints to prevent overlaps.

## What is the Well-Architected Cloud Test Suite?

DevFeed: [What is the Well-Architected Cloud Test Suite?](<https://devfeed.tech/articles/what-is-the-well-architected-cloud-test-suite-11734.md>)

Original publisher: [Read original article](<https://www.gremlin.com/blog/what-is-the-well-architected-cloud-test-suite>)

Author: Gavin Cahill

Published: 2024-07-05T00:00:00Z

Content type: article

Language: en

Sources: [Gremlin Blog](<https://devfeed.tech/sources/gremlin-blog.md>)

Topics: [Resilience](<https://devfeed.tech/topics/resilience.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Shared Responsibility Model](<https://devfeed.tech/topics/shared-responsibility-model.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [observability](<https://devfeed.tech/topics/observability.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [features](<https://devfeed.tech/tags/features.md>), [gremlin](<https://devfeed.tech/tags/gremlin.md>), [observability](<https://devfeed.tech/tags/observability.md>), [outage](<https://devfeed.tech/tags/outage.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [testing](<https://devfeed.tech/tags/testing.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

Gremlin's Well-Architected Cloud Test Suite provides a foundation for testing cloud reliability against common failure modes. It supports validation of resilience principles, including autoscaling behavior, and can help identify problems before they cause real outages.

### Source excerpt

Find out the tests included in Gremlin's Well-Architected Cloud Test Suite to make it easier than ever to verify your cloud reliability.

## Developer and CISO perspectives on software supply chain security

DevFeed: [Developer and CISO perspectives on software supply chain security](<https://devfeed.tech/articles/top-10-things-devs-want-their-ciso-to-know-13295.md>)

Original publisher: [Read original article](<https://www.chainguard.dev/unchained/top-10-things-devs-want-their-ciso-to-know>)

Published: 2024-05-09T00:00:00Z

Content type: article

Language: en

Sources: [Chainguard: Unchained](<https://devfeed.tech/sources/chainguard-unchained.md>)

Topics: [supply-chain-security](<https://devfeed.tech/topics/supply-chain-security.md>), [Security](<https://devfeed.tech/topics/security.md>), [container images](<https://devfeed.tech/topics/container-images.md>), [chainguard](<https://devfeed.tech/topics/chainguard.md>)

Tags: [chainguard](<https://devfeed.tech/tags/chainguard.md>), [ciso](<https://devfeed.tech/tags/ciso.md>), [communications-gap](<https://devfeed.tech/tags/communications-gap.md>), [container-images](<https://devfeed.tech/tags/container-images.md>), [developers](<https://devfeed.tech/tags/developers.md>), [security](<https://devfeed.tech/tags/security.md>), [security-tools](<https://devfeed.tech/tags/security-tools.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [software-supply-chain](<https://devfeed.tech/tags/software-supply-chain.md>), [software-supply-chain-security](<https://devfeed.tech/tags/software-supply-chain-security.md>)

### AI overview

This article presents ten insights from Chainguard and Harris Poll's 2023 CISO & Developer Trends in Software Supply Chain Security Report. It describes developers' concerns about security tools, productivity, communication, shared responsibility, expertise, organizational priorities, and tensions between developers and CISOs.

### Source excerpt

Bridge the dev-security gap! Learn essential insights for fostering a collaborative, secure development environment.

## How to make your services zone redundant

DevFeed: [How to make your services zone redundant](<https://devfeed.tech/articles/how-to-make-your-services-zone-redundant-11630.md>)

Original publisher: [Read original article](<https://www.gremlin.com/blog/how-to-run-a-zone-redundancy-test-using-gremlin>)

Author: Andre Newman

Published: 2024-02-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Gremlin Blog](<https://devfeed.tech/sources/gremlin-blog.md>)

Topics: [Availability](<https://devfeed.tech/topics/availability.md>), [cloud-computing](<https://devfeed.tech/topics/cloud-computing.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Shared Responsibility Model](<https://devfeed.tech/topics/shared-responsibility-model.md>), [datacenter](<https://devfeed.tech/topics/datacenter.md>), [Azure](<https://devfeed.tech/topics/azure.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [azure](<https://devfeed.tech/tags/azure.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [datacenter](<https://devfeed.tech/tags/datacenter.md>), [gremlin](<https://devfeed.tech/tags/gremlin.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [outages](<https://devfeed.tech/tags/outages.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [shared-responsibility-model](<https://devfeed.tech/tags/shared-responsibility-model.md>)

### AI overview

This tutorial explains zone redundancy and how to design services that continue operating when an AWS availability zone fails. It covers multi-zone infrastructure, outage risks, resilience testing, and the customer's responsibilities under the cloud Shared Responsibility Model.

### Source excerpt

Learn how to prepare for--and become resilient to--availability zone and region outages.

## Demystifying the AWS shared security responsibility model

DevFeed: [Demystifying the AWS shared security responsibility model](<https://devfeed.tech/articles/demystifying-the-aws-shared-security-responsibility-model-7837.md>)

Original publisher: [Read original article](<https://snyk.io/blog/aws-shared-security-responsibility-model/>)

Author: David Lugo

Published: 2023-11-13T05:00:00Z

Content type: article

Language: en

Sources: [Blog RSS Feed | Snyk](<https://devfeed.tech/sources/blog-rss-feed-snyk.md>)

Topics: [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Shared Responsibility Model](<https://devfeed.tech/topics/shared-responsibility-model.md>), [Security](<https://devfeed.tech/topics/security.md>), [Application Security](<https://devfeed.tech/topics/application-security.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [acquisition](<https://devfeed.tech/tags/acquisition.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [application-security](<https://devfeed.tech/tags/application-security.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [aws](<https://devfeed.tech/tags/aws.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cloud-security](<https://devfeed.tech/tags/cloud-security.md>), [data](<https://devfeed.tech/tags/data.md>), [developer](<https://devfeed.tech/tags/developer.md>), [devops](<https://devfeed.tech/tags/devops.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [identity-and-access-management](<https://devfeed.tech/tags/identity-and-access-management.md>), [megawatt](<https://devfeed.tech/tags/megawatt.md>), [related-content](<https://devfeed.tech/tags/related-content.md>), [security](<https://devfeed.tech/tags/security.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [shared-responsibility-model](<https://devfeed.tech/tags/shared-responsibility-model.md>), [snyk-platform](<https://devfeed.tech/tags/snyk-platform.md>)

### AI overview

This article explains AWS's shared security responsibility model. AWS secures the underlying cloud infrastructure, while customers secure their data, applications, configurations, encryption, and identity and access controls within the cloud. It also provides practical areas for strengthening security in AWS environments.

### Source excerpt

Learn how AWS's shared security responsibility model works and how Snyk can help you streamline your cloud and application security efforts.

## How our engineering team uses Polish Parties to maintain quality at pace

DevFeed: [How our engineering team uses Polish Parties to maintain quality at pace](<https://devfeed.tech/articles/how-our-engineering-team-uses-polish-parties-to-maintain-quality-at-pace-11815.md>)

Original publisher: [Read original article](<https://incident.io/blog/how-we-maintain-polish-at-pace>)

Author: Leo Sjöberg

Published: 2023-07-14T20:06:38Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [Software](<https://devfeed.tech/topics/software.md>), [User Experience](<https://devfeed.tech/topics/user-experience.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [building](<https://devfeed.tech/tags/building.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [errors](<https://devfeed.tech/tags/errors.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [insights](<https://devfeed.tech/tags/insights.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [product](<https://devfeed.tech/tags/product.md>), [qa](<https://devfeed.tech/tags/qa.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>), [software](<https://devfeed.tech/tags/software.md>), [tool](<https://devfeed.tech/tags/tool.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

The article explains how incident.io maintains software quality while moving quickly. Instead of dedicated QA engineers, product engineers share responsibility for detecting problems, refining details, and creating a polished product experience. Polish Parties bring fresh participants into late-stage project reviews to identify flaws and user-experience issues that the original team may overlook.

### Source excerpt

In a fast-moving company, quality cannot be delegated to a few individuals--it has to be a shared responsibility. One tool that helps us maintain our quality of work is Polish Parties. Here's how we run these crucial feedback sessions.

## Speakers and Agenda Announced for Pulsar Virtual Summit Europe 2023!

DevFeed: [Speakers and Agenda Announced for Pulsar Virtual Summit Europe 2023!](<https://devfeed.tech/articles/speakers-and-agenda-announced-for-pulsar-virtual-summit-europe-2023-12747.md>)

Original publisher: [Read original article](<https://pulsar.apache.org/blog/2023/04/11/pulsar-summit-europe-2023-schedule-announced/>)

Author: Sherlock Xu, Karin Landers

Published: 2023-04-11T00:00:00Z

Content type: news

Language: en

Sources: [Apache Pulsar Blog](<https://devfeed.tech/sources/apache-pulsar-blog.md>)

Topics: [Apache Pulsar](<https://devfeed.tech/topics/pulsar.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Prometheus](<https://devfeed.tech/topics/prometheus.md>), [Grafana](<https://devfeed.tech/topics/grafana.md>), [OAuth 2.0](<https://devfeed.tech/topics/oauth2.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Shared Responsibility Model](<https://devfeed.tech/topics/shared-responsibility-model.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [apache](<https://devfeed.tech/tags/apache.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [community](<https://devfeed.tech/tags/community.md>), [event](<https://devfeed.tech/tags/event.md>), [free](<https://devfeed.tech/tags/free.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [oauth2](<https://devfeed.tech/tags/oauth2.md>), [observability](<https://devfeed.tech/tags/observability.md>), [programming](<https://devfeed.tech/tags/programming.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [summit](<https://devfeed.tech/tags/summit.md>), [tech](<https://devfeed.tech/tags/tech.md>)

### AI overview

Apache Pulsar announces the schedule for Pulsar Virtual Summit Europe 2023, a free online event featuring keynotes, breakout sessions, community networking, and recorded sessions. Featured talks cover Pulsar-as-a-Service hosting, shared responsibility, OAuth2 authentication, access control, observability with Prometheus and Grafana, and Pulsar clients across programming languages.

### Source excerpt

We're excited to invite you to Pulsar Virtual Summit Europe 2023! Join the Apache Pulsar community online on Tuesday, May 23rd for this exciting one-day event. Don't miss 5 keynotes and 14 breakout sessions, and the opportunity to network with fellow attendees in this free online event. Not in the timezone? No problem! Register today to ensure you get the recorded sessions a week before general public release.

## On-call by default

DevFeed: [On-call by default](<https://devfeed.tech/articles/on-call-by-default-11937.md>)

Original publisher: [Read original article](<https://incident.io/blog/on-call-at-incident-io>)

Author: Chris Evans

Published: 2021-12-16T00:00:00Z

Content type: article

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [Shared Responsibility Model](<https://devfeed.tech/topics/shared-responsibility-model.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [on-call](<https://devfeed.tech/tags/on-call.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [root-cause-analysis](<https://devfeed.tech/tags/root-cause-analysis.md>), [saas](<https://devfeed.tech/tags/saas.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>)

### AI overview

The article explains incident.io's approach to on-call coverage for a 24x7 SaaS product. It describes shared daytime responsibility, an after-hours pager rotation, compensation for on-call time and schedule overrides, time off in lieu for out-of-hours work, and the launch of Investigations for agentic root cause analysis after a page.

### Source excerpt

Like many SaaS businesses, we have an on-call rota to enable us to provide 24x7 cover if there are problems with incident.io. We have a 'pager' which will alert the relevant person if something unexpected happens in our app, so that they can investigate and fix it if needed.