> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Per Resource Costs

> Welcome to the Per Resource Costs learning track on Vantage University!

## <Icon size={24} color="#6742D6" iconType="solid" icon="lightbulb" /> What Are Per Resource Costs?

Per resource costs refer to the expenses associated with individual cloud resources, including both direct costs and those incurred through network traffic. By analyzing data from Active Resources, Resource Reports, and Network Flow Reports, you can gain a detailed understanding of how each resource contributes to your overall cloud spending.

<Tabs>
  <Tab title="Active Resources">
    **Active Resources** provide an overview of all active resources (e.g., an active virtual machine) and their associated costs.
  </Tab>

  <Tab title="Resource Reports">
    **Resource Reports** break down costs by specific resources, providing insights into cost distribution.
  </Tab>

  <Tab title="Network Flow Reports">
    **Network Flow Reports** analyze the costs of network traffic associated with your resources.
  </Tab>
</Tabs>

## <Icon size={24} color="#6742D6" iconType="solid" icon="comment" /> Why Should I Use Them?

<Tabs>
  <Tab title="Comprehensive Cost Visibility">
    Combining data from Active Resources, Resource Reports, and Network Flow Reports offers a complete picture of how each resource impacts your total expenses. This visibility helps in identifying major cost drivers and optimizing resource usage.
  </Tab>

  <Tab title="Optimization Opportunities">
    By pinpointing high-cost resources and inefficient network traffic, you can make informed decisions to optimize resource allocation and reduce unnecessary spending. Use rightsizing recommendations for EC2 instances and Kubernetes workloads to rightsize specific expensive resources.
  </Tab>
</Tabs>

## <Icon size={24} color="#6742D6" iconType="solid" icon="pen" /> Per Resource Cost Use Cases

<Tabs>
  <Tab title="Cloud Architect">
    As a **cloud architect**, you can use these tools to ensure that your cloud infrastructure is designed efficiently. By analyzing Active Resources and Resource Reports, you identify underutilized or unused resources that could be downsized or terminated to save costs.
  </Tab>

  <Tab title="DevOps Engineer">
    As a **DevOps engineer** managing a complex application with multiple microservices, Network Flow Reports help you detect that high cross-AZ traffic between microservices is leading to increased costs. You can then focus on optimizing network configurations, such as reducing cross-AZ traffic or implementing VPC endpoints, to lower costs while maintaining application performance.
  </Tab>
</Tabs>

## <Icon size={24} color="#6742D6" iconType="solid" icon="book-copy" /> Lesson 1: Create Resource Reports

<Frame>
  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/qnMqUY4Hwco?si=-cXmowqXP0faqHUx" title="Create Resource Reports" frameBorder="0" allow="accelerometer;  clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen />
</Frame>

## <Icon size={24} color="#6742D6" iconType="solid" icon="book-copy" /> Lesson 2: Understand Network Flow Reports

<Frame>
  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/MN7RNVo9nc4" title="Network Flow Reports in Vantage" frameBorder="0" allow="accelerometer;  clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen />
</Frame>

## <Icon size={24} color="#6742D6" iconType="solid" icon="book-open" /> Additional Resources

<Accordion title="Click to view resources">
  <Columns cols={2}>
    <Card title="View Active Resources" icon="server" href="/active_resources" horizontal />

    <Card title="Create a Resource Report" icon="chart-column" href="/active_resources#create-a-resource-report" horizontal />

    <Card title="Network Flow Reports" icon="network-wired" href="/network_flow_reports" horizontal />
  </Columns>
</Accordion>
